30.03.2009, 18:51
Okay, So i made a /new command for the news group, (group , When i type /news hi.
It only broadcasts
"[CBC News] : "
And does not show the text I put?
Can someone fix this for me.
Heres the code :
It only broadcasts
"[CBC News] : "
And does not show the text I put?
Can someone fix this for me.
Heres the code :
Quote:
if(strcmp(cmd, "/news", true) == 0) { if(gTeam[playerid] == { new result[64]; format(string, sizeof(string), "[ABC News] %s %s:",sendername, result); OOCNews(COLOR_NEWS,string); return 1; } } |