02.10.2011, 15:44
You need to change the strcmp part to:
So a blank command is looking like;
pawn Код:
CMD:commandhere(playerid, params[])
pawn Код:
CMD:test(playerid, params[])
{
return 1;
}