25.09.2012, 07:32
You can do that check in the login command. For the ((White)) and such you can use SetPlayerColor(playerid, 0xFFFFFFAA); (grey is 777777AA and yellow is FFFF00 iirc, not sure)
You can set the name to a value. The rest of the script would stay unchanged but you can change the way it gets and sets the value. E.g. taking a string in /changeviplevel and then setting the string to an int and changing that int to a string when the player requests the level.
You can set the name to a value. The rest of the script would stay unchanged but you can change the way it gets and sets the value. E.g. taking a string in /changeviplevel and then setting the string to an int and changing that int to a string when the player requests the level.