10.09.2010, 02:45
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; } |