/yellow [ERROR]
#1

This is my Command

public OnPlayerCommandText(playerid, cmdtext[])

Код:
dcmd(yellow,9,cmdtext);
// I dont know why but I write 9

The Command:

Код:
dcmd_yellow(playerid,params[])
{
	#pragma unused params
	if(AccInfo[playerid][Level] >= 3 || IsPlayerAdmin(playerid))
	{
	    SetPlayerColor(playerid,yellow);
	    return 1;
	}
	return 1;
}
Ingame he said : Unkown Command
Reply


Messages In This Thread
/yellow [ERROR] - by AwokenNeoX - 02.03.2014, 11:01
Re: /yellow [ERROR] - by Konstantinos - 02.03.2014, 11:03
Re: /yellow [ERROR] - by SupaVZ - 02.03.2014, 11:03
AW: Re: /yellow [ERROR] - by AwokenNeoX - 02.03.2014, 11:05
Re: /yellow [ERROR] - by SupaVZ - 02.03.2014, 11:07
AW: Re: /yellow [ERROR] - by AwokenNeoX - 02.03.2014, 11:08
Re: /yellow [ERROR] - by SupaVZ - 02.03.2014, 11:14
Re: /yellow [ERROR] - by gotwarzone - 02.03.2014, 11:17
AW: /yellow [ERROR] - by AwokenNeoX - 02.03.2014, 11:26
Re: /yellow [ERROR] - by SupaVZ - 02.03.2014, 11:30

Forum Jump:


Users browsing this thread: 1 Guest(s)