04.12.2010, 08:34
You don't have to return a function call, you can also do like this (example from the upper code)
pawn Код:
if(!strlen(tmp))
{
//some format function
SendClientMessage(playerid,COLOR_RED,"USAGE: /stadium [1-17]");
return 1;
}