PHP Code:
CMD:say(playerid, params)
{
new str[128];
if(sscanf(params, "s", str)) return SendClientMessage(playerid, color, "usage /say [text]");
SendClientMessageToAllcolor, str);
Return 1;
}
[HELP] Making cmds with strcmp
Aucun commentaire:
Enregistrer un commentaire