28.03.2017, 15:04
I'm really sorry this is really newbie i know that i'm still learning, and for a reason i tried to script a simple /n command and it's not working, i compiled and everything is good, but IG when it type /n ''Text'' nothing shows.
What is wrong with the codes?
And thank you for your help and your time.
Код:
CMD:n(playerid, params[])
{
new
string[ 128 ]
;
if(isnull(params)) return SendClientMessage(playerid, COLOR_GRAD2, "USAGE: {FFFFFF} /n [Newbie chat]");
format(string, sizeof(string), "(( Newbie: %s[%i]: %s ))", RPName( playerid ), playerid, params);
printf("%s", string);
return 1;
}
And thank you for your help and your time.

