Command Problem[ss]
#3

pawn Код:
COMMAND:factions(playerid, params[])
{
new string[90],count=0;
for(new i=0;i<MAX_PLAYERS;i++)
{
    if(PlayerInfo[i][playerteam] == COPS || PlayerInfo[i][playerteam] == FBI) count++;
}
format(string, sizeof(string), "Los Santos Police Department:Members [%d/45]", count);
SendClientMessage(playerid, -1, string);
return 1;
}
Reply


Messages In This Thread
Command Problem[ss] - by Diti1 - 11.11.2014, 17:20
Re: Command Problem[ss] - by Diti1 - 11.11.2014, 19:34
Re: Command Problem[ss] - by DavidBilla - 11.11.2014, 20:13
Re: Command Problem[ss] - by Diti1 - 11.11.2014, 21:08
Re: Command Problem[ss] - by DavidBilla - 12.11.2014, 00:25
Re: Command Problem[ss] - by Diti1 - 12.11.2014, 11:59
Re: Command Problem[ss] - by DavidBilla - 12.11.2014, 14:21
Re: Command Problem[ss] - by Diti1 - 12.11.2014, 17:46
Re: Command Problem[ss] - by BornHuman - 12.11.2014, 20:01
Re: Command Problem[ss] - by Diti1 - 12.11.2014, 20:27

Forum Jump:


Users browsing this thread: 2 Guest(s)