hey if you see this please help me :)
#1

Hey i started to make a trucking server!
i want to know how to add a name next to the class
ex
if they want this character they see teh name on top what class it is
Reply
#2

You mean like this:

pawn Код:
AddPlayerClass(0, 1222.6610,-2036.8990,65.2266,268.2468,0,0,0,0,0,0); //Carl "CJ" Johnson//
Add this under: public OnGameModeInit()

pawn Код:
if(GetPlayerSkin(playerid) == 0)
    {
        GameTextForPlayer(playerid, "Carl 'CJ' Johnson", 2000, 4);
    }
        return 1;
}
Also you need to add this under: public OnPlayerRequestClass(playerid, classid)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)