String Problem or something..
#1

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 :
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;
}
}

Reply


Messages In This Thread
String Problem or something.. - by Snyper18 - 30.03.2009, 18:51
Re: String Problem or something.. - by Rks25 - 30.03.2009, 18:56
Re: String Problem or something.. - by Snyper18 - 30.03.2009, 18:57
Re: String Problem or something.. - by Nubotron - 30.03.2009, 19:03
Re: String Problem or something.. - by Snyper18 - 30.03.2009, 19:39

Forum Jump:


Users browsing this thread: 1 Guest(s)