11.02.2012, 23:12
pawn Код:
if(strcmp(cmd, "/how", true) == 0)
{
SendClientMessage(playerid, COLOR_SAY, "Help");
SendClientMessage(playerid, COLOR_SAY, "Kill enemy, then you get +1 score.");
SendClientMessage(playerid, COLOR_SAY, "Ranks is avabile: /rank");
return 1;
}
return 0; //you can change return 0; to SendClientMessage if you want to add a message if the command is wrong
}

