CMD:n not working
#1

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.

Код:
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;
}
What is wrong with the codes?

And thank you for your help and your time.
Reply


Messages In This Thread
CMD:n not working - by LeeXx - 28.03.2017, 15:04
Re: CMD:n not working - by coool - 28.03.2017, 15:05
Re: CMD:n not working - by Unte99 - 28.03.2017, 15:11
Re: CMD:n not working - by LeeXx - 28.03.2017, 15:14

Forum Jump:


Users browsing this thread: 1 Guest(s)