16.03.2014, 11:59
Hello, I have a problem with this command, when I tipe /paliktidarba it show SERVER: Unknown command.
Where is the problem ?
pawn Код:
if(strcmp("/paliktidarba",cmdtext,true) == 0)
{
if(PInfo[playerid][grove] == 1) return PInfo[playerid][grove] = 0;
SData(playerid);
Logged[playerid] = false;
return 1;
}