02.06.2012, 23:44
Hello,today i found a big problem on my gamemode.
If i'm ID 0,EVERY command STOP to run,like /pm - /report - /goto - /ban and other admin/player commands.
I tested the gamemode with some friends,they was id 1 and 2,me id 0.
The commands was working for their,for me no.
I use zcmd.
This is my blank OnPlayerCommandText,because every command is outside any callback.
Thanks for help!
If i'm ID 0,EVERY command STOP to run,like /pm - /report - /goto - /ban and other admin/player commands.
I tested the gamemode with some friends,they was id 1 and 2,me id 0.
The commands was working for their,for me no.
I use zcmd.
This is my blank OnPlayerCommandText,because every command is outside any callback.
pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
return 1;
}