Help Please
#1

Hey i have a question. I want to put textdraws on player class select but i have no idea how. Someone please help?
Reply
#2

OnPlayerRequestClass()?
Reply
#3

No, i mean to assign a special textdraw to a specific class(skin).
Reply
#4

Use variables.
Reply
#5

do you mean something like..

public OnGameModeInit()
{
AddPlayerClass(61, 1958.3783, 1343.1572, 15.3746, 269.1425, 29, 480, 22, 99999999, 0, 0);
return 1;
}

public OnPlayerRequestClass(playerid, classid)
{
GameTextForPlayer(playerid,"Bill (mp5,pistol)",2500,1);
return 1;
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)