30.05.2009, 13:45
Can i have these two lines on each commands? Or do I have to leave only one of them:
pawn Код:
if(.......)
{
//command
}
else return ErrorMsg(playerid,"Unknown command. Please check /commands list and try again.");
return 1;