13.12.2012, 09:07
Are you sure you aren't doing something within a function? Like:
Mostly doing such things returns these errors, I think..
pawn Код:
public OnPlayerSpawn
{
CMD:example(playerid,params[]) //and so on....
return 1;
}