05.09.2015, 07:28
Код:
for(new i=0;i<GetMaxPlayers();i++)
Код:
for(new i=0;i<=GetMaxPlayers();i++)
Код:
format(string3,sizeof(string3),"A: %s [LEVEL %i] used the FAKECMD command.",PlayerName(playerid),GetPVarInt(playerid,"Admin"));
As far as my knowledge goes, your code should work.
Add a printf just before calling OnPlayerCommandText and find out what are the contents of pID and command.

