Simple Problem.
#5

Okay guys, I'm trying to learn pawno, but this code wont work
Код:
	new cmd[10], params[8];
	sscanf(cmdtext, "ss", cmd, params);
	
	if(!strcmp(cmd, "/Hi"))
	{
	SendClientMessage(playerid, 0xFFFFFFFF, params);
	return 1;
	}
Always returns SERVER ERROR: unknown command.
Reply


Messages In This Thread
Simple Problem. - by stojan - 31.12.2012, 10:30
Re: Simple Problem. - by JaKe Elite - 31.12.2012, 10:31
Re: Simple Problem. - by Konstantinos - 31.12.2012, 10:33
Re: Simple Problem. - by stojan - 31.12.2012, 10:43
Re: Simple Problem. - by stojan - 31.12.2012, 10:47
Re: Simple Problem. - by JaKe Elite - 31.12.2012, 10:59
Re: Simple Problem. - by Konstantinos - 31.12.2012, 11:12
Re: Simple Problem. - by stojan - 05.01.2013, 22:57
Re: Simple Problem. - by wouter0100 - 06.01.2013, 00:33

Forum Jump:


Users browsing this thread: 1 Guest(s)