whats wrong with this
#1

it just says Gir Says: when it should say Gir Says: text here
Quote:

if(strcmp(cmd, "/girtalk", true) == 0)
{
if(!strcmp(PlayerName(playerid), "Joseph_Cortez" ))
{
new str[128];
GetPlayerName(playerid, str, sizeof(str));
format(str, sizeof(str), "Gir Says:", cmdtext[6]);
SendClientMessageToAll(LIGHTBLUE, str);
}
else SendClientMessage(playerid, LIGHTBLUE, "You are not a high enough Admin!");
return 1;
}

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)