mercredi 20 juillet 2016

[HELP] Making cmds with strcmp

PHP Code:

CMD:say(playeridparams)
{
     new 
str[128];
     if(
sscanf(params"s"str)) return SendClientMessage(playeridcolor"usage /say [text]");
     
SendClientMessageToAllcolorstr);
     Return 
1;

Let's block ads! (Why?)



[HELP] Making cmds with strcmp

Aucun commentaire:

Enregistrer un commentaire