08.04.2010, 18:39
Yeah, we mean you cant use the actual callback itself. Even then OnPlayerCommandReceived doesn't work properly for me, so I just converted all my commands to zcmd.
As I said, try using them with the format
As I said, try using them with the format
pawn Код:
zcmd(mycmd, playerid, params[])
{
//code
return 1;
}