VIP Tag
#3

PHP код:
if(VIP[playerid] == 1)
{
    new 
name[MAX_PLAYER_NAME], string[55];
    
GetPlayerName(playeridname,sizeof(name));
    
format(string,sizeof(string), "[VIP]%s",name);
    
SetPlayerName(playeridstring);

Add that code under OnPlayerSpawn, it might not work with OnPlayerConnect if you have to login..etc.
Reply


Messages In This Thread
VIP Tag - by Blackazur - 21.10.2012, 17:31
Re: VIP Tag - by Riddick94 - 21.10.2012, 17:37
Re: VIP Tag - by gtakillerIV - 21.10.2012, 17:37
AW: VIP Tag - by Blackazur - 21.10.2012, 18:05
Re: VIP Tag - by ThePhenix - 21.10.2012, 19:09

Forum Jump:


Users browsing this thread: 1 Guest(s)