|
|
#1 |
|
Little Clucker
![]() Join Date: Aug 2009
Posts: 3
Reputation: 0
|
![]() when admin is two times the two admins. Sorry English is bad if (strcmp("/admins", cmdtext, true) == 0) { new string[256]; new fstring[256]; new pname[MAX_PLAYER_NAME]; for(new i=0; i<MAX_PLAYERS; i++) { if(IsPlayerConnected(i) && PlayerInfo[i][PlayerAdmin] >= 1) { GetPlayerName(i,pname, sizeof(pname)); format(fstring, sizeof(fstring),"Adminler\n"); strcat(string, fstring); format(fstring, sizeof(fstring),"%i %i %s\n", i,PlayerInfo[i][PlayerAdmin],pname); strcat(string, fstring); } } ShowPlayerDialog(playerid,2563,DIALOG_STYLE_MSGBOX ,"Adminler",string,"OK"," tamam"); return 1; } Last edited by Pawnocu[44]; 08/07/2012 at 01:56 PM. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [FilterScript] XP Experience System [Picture added] | Kitten | Filterscripts | 15 | 16/06/2013 06:47 AM |
| I already added this! | Tamao_Serizawa | Scripting Help | 21 | 03/01/2012 09:32 AM |
| How many FS can be added? | Loque | Help Archive | 7 | 10/08/2011 09:27 AM |
| [ERROR] Tengo un error con el filterscript Ladmin al escribir /Admins | CristianTdj | Español/Spanish | 1 | 28/12/2009 09:52 PM |
| Want To See my bots Help Me VIDEO ADDED! NEW VIDEO ADDED!!! | shady91 | Screenshots and Videos | 46 | 29/08/2009 12:52 PM |