Team Names At Class Selection
#1

Many TDM servers have the team name for that skin. (I hope you know what I mean)

For example:
A ballas skin and text appears saying 'Ballas'.

How do I do this?
Reply
#2

Код:
public OnPlayerRequestClass(playerid,classid)
{
    if(classid == 0)
    {   
            GameTextForPlayer(playerid,"Ballas",3000,4);
    }
    return 1;
}
You can do that for all class-ids.
Reply
#3

Quote:
Originally Posted by DJDhan
Посмотреть сообщение
Код:
public OnPlayerRequestClass(playerid,classid)
{
    if(classid == 0)
    {   
            GameTextForPlayer(playerid,"Ballas",3000,4);
    }
    return 1;
}
You can do that for all class-ids.
Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)