/yellow [ERROR]
#8

Try this

Quote:

dcmd(yellow,6,cmdtext);

Quote:

dcmd_yellow(playerid,params[])
{
#pragma unused params
if(AccInfo[playerid][Level] >= 3 || IsPlayerAdmin(playerid))
{
SetPlayerColor(playerid,yellow);
return 1;
}
return 1;
}

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)