whats wrong with this
#3

use dcmd, or zcmd, Is much better.

pawn Код:
CMD:girtalk(playerid,params[]);
{
if(!strcmp(PlayerName(playerid), "Joseph_Cortez" ))
{
new str[128];
GetPlayerName(playerid, str, sizeof(str));
format(str, sizeof(str), "Gir Says: %s", params);
SendClientMessageToAll(LIGHTBLUE, str);
}
else SendClientMessage(playerid, LIGHTBLUE, "You are not a high enough Admin!");
return 1;
}
Is that simple.
Reply


Messages In This Thread
whats wrong with this - by farris - 10.09.2010, 02:45
Re: whats wrong with this - by ••• ĤБĶБM ••• - 10.09.2010, 02:50
Re: whats wrong with this - by DiddyBop - 10.09.2010, 02:53
Re: whats wrong with this - by farris - 10.09.2010, 02:58

Forum Jump:


Users browsing this thread: 1 Guest(s)