Ko Isusa vas molim pomoc

Započeo [ST]Borna, Januar 31, 2010, 20:52:40 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

da kada npr upisem /admins da mi bude tocno koji je admin on duty...npr /admins
admini:Ivan-onduty plizz pomoziteeeeeee

nastoe

pobrisi ovu svoju komandu /admins i stavi ovu ova ti pokazuje online admine na zadatku testiro sam i dosta sam se namucio bilo je puno errora

if(strcmp(cmd, "/admins", true) == 0)
{
new count = 0;
SendClientMessage(playerid,COLOR_YELLOW,"                [Online Administratori]");
for(new i = 0; i <MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(PlayerInfo[i][pAdmin] >= 1 && AdminDuty[i] == 1)
{
GetPlayerName(i, sendername, sizeof(sendername));
format(string, sizeof(string), "[%i]%s :ON-DUTY",i,sendername);
SendClientMessage(playerid, COLOR_LIGHTGREEN, string);
count++;
}
}
}
if(count == 0)
SendClientMessage(playerid,COLOR_RED, "Nema ni jednog online administratora.");
return 1;
}
Poslednja Izmena: Februar 01, 2010, 15:58:07 POSLE PODNE od ExtremePower