27.03.2011, 13:00
Pay attention at the command structures, as well as how you properly use the return statement.
pawn Код:
CMD:cmds(playerid, params[])
{
SendClientMessage(playerid,blue,"~~Availible Commands~~");
SendClientMessage(playerid,green,"Kill");
return 1;
}