Name Distance
#3

Quote:
Originally Posted by Dj_maryo1993
View Post
PHP Code:
CMD:showtags(playerid,params[])
{
    if(
pInfo[playerid][pAdminLevel] >= 2)
    {
        for(new 
0MAX_PLAYERSi++) ShowPlayerNameTagForPlayer(playeriditrue);
        
GameTextForPlayer(playerid"~W~Nametags ~R~on"50005);
    }
    else {
        
SendClientMessage(playerid,-1,"*"COL_RED" You do not have the right admin permissions for this command!");
    }
    return 
1;
}
CMD:hidetags(playerid,params[])
{
    if(
pInfo[playerid][pAdminLevel] >= 2)
    {
        for(new 
0MAX_PLAYERSi++) ShowPlayerNameTagForPlayer(playeridifalse);
        
GameTextForPlayer(playerid"~W~Nametags ~R~off"50005);
    }
    else {
        
SendClientMessage(playerid,-1,"*"COL_RED" You do not have the right admin permissions for this command!");
    }
    return 
1;

Thankyou Forgot about that.
Reply


Messages In This Thread
Name Distance - by 2K9CON - 19.04.2013, 19:05
Re: Name Distance - by Dj_maryo1993 - 19.04.2013, 19:09
Re: Name Distance - by 2K9CON - 19.04.2013, 19:59

Forum Jump:


Users browsing this thread: 2 Guest(s)