Scripting help please
#1

Hi i try to set my admin colours
if(PlayerInfo[playerid][pAdmin] >= 7) format(string,sizeof(string),"(( {FF0000}%s {FFFFFF} %s: %s ))", RPN(playerid), params);
if(PlayerInfo[playerid][pAdmin] >= 6) format(string,sizeof(string),"(( {0000FF}%s {FFFFFF} %s: %s ))", RPN(playerid), params);
if(PlayerInfo[playerid][pAdmin] >= 5) format(string,sizeof(string),"(( {00FF00}%s {FFFFFF} %s: %s ))", RPN(playerid), params);
if(PlayerInfo[playerid][pAdmin] >= 4) format(string,sizeof(string),"(( {FFD400}%s {FFFFFF} %s: %s ))", RPN(playerid), params);
if(PlayerInfo[playerid][pAdmin] >= 3) format(string,sizeof(string),"(( {800080}%s {FFFFFF} %s: %s ))", RPN(playerid), params);
if(PlayerInfo[playerid][pAdmin] >= 2) format(string,sizeof(string),"(( {FFD400}%s {FFFFFF} %s: %s ))", RPN(playerid), params);
if(PlayerInfo[playerid][pAdmin] >= 1) format(string,sizeof(string),"(( {FFFFFF}%s {FFFFFF} %s: %s ))", RPN(playerid), params);

It shows no errors in script but when i go ingame it still shows White for everything admin level
Any help?
Reply


Messages In This Thread
Scripting help please - by LoganStone - 14.01.2013, 22:12
Respuesta: Scripting help please - by Fabio11 - 14.01.2013, 22:32
Re: Scripting help please - by CoaPsyFactor - 14.01.2013, 22:42
Re: Scripting help please - by LoganStone - 14.01.2013, 22:43
Re: Scripting help please - by CoaPsyFactor - 14.01.2013, 22:44
Re: Scripting help please - by jessejanssen - 14.01.2013, 23:42
Re: Scripting help please - by CoaPsyFactor - 15.01.2013, 00:28
Re: Scripting help please - by jessejanssen - 15.01.2013, 11:50
Re: Scripting help please - by jessejanssen - 15.01.2013, 12:56

Forum Jump:


Users browsing this thread: 2 Guest(s)