/w command error +REP
#9

Код:
 CMD:w(playerid, params[])
{
	new giveplayerid, whisper[128];

	if(gPlayerLogged{playerid} == 0)
	{
		SendClientMessageEx(playerid, COLOR_GREY, "You're not logged in.");
		return 1;
	}
	if(sscanf(params, "us[128]", giveplayerid, whisper))
	{
		SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: (/w)hisper [playerid] [text]");
		return 1;
	}
Reply


Messages In This Thread
/w command error +REP - by Goldino - 20.11.2012, 16:33
Re: /w command error - by iggy1 - 20.11.2012, 16:34
Re: /w command error - by Goldino - 20.11.2012, 16:36
Re: /w command error - by iggy1 - 20.11.2012, 16:37
Re: /w command error +REP - by Mustafa6155 - 20.11.2012, 16:50
Re: /w command error +REP - by Goldino - 20.11.2012, 16:53
AW: /w command error +REP - by Skimmer - 20.11.2012, 16:59
Re: /w command error +REP - by Goldino - 20.11.2012, 17:01
Re: /w command error +REP - by James Bob - 20.11.2012, 18:08
AW: /w command error +REP - by Skimmer - 20.11.2012, 18:23

Forum Jump:


Users browsing this thread: 1 Guest(s)