Admin system with player colors?
#4

Quote:
Originally Posted by Joe Torran C
Thats kind of impossible as theres only 5 levels not 10 on LAdmin
no it is possible , ladmin has config.ini which u can make the amount of levels u want

Topic Poster :
it should be something like :
Код:
OnPlayerSpawn(playerid)
{
if(PlayerInfo[playerid][Level] == 1) {
SetPlayerColor(playerid,YourColor);
}
return 1;
}
Reply


Messages In This Thread
Admin system with player colors? - by [Mr]Fred - 20.04.2010, 19:50
Re: LAdmin with player colors? - by Torran - 20.04.2010, 19:51
Re: LAdmin with player colors? - by dice7 - 20.04.2010, 19:53
Re: LAdmin with player colors? - by aircombat - 20.04.2010, 19:55
Re: Admin system with player colors? - by [Mr]Fred - 20.04.2010, 20:22
Re: Admin system with player colors? - by aircombat - 20.04.2010, 20:53
Re: Admin system with player colors? - by [Mr]Fred - 21.04.2010, 19:19
Re: Admin system with player colors? - by Ivan_Pantovic - 22.04.2010, 13:36
Re: Admin system with player colors? - by [Mr]Fred - 23.04.2010, 13:45
Re: Admin system with player colors? - by [Mr]Fred - 24.04.2010, 11:44

Forum Jump:


Users browsing this thread: 1 Guest(s)