How do i add text to my skin selection?
#1

How do i add text to my skin selection?

Код:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerPos(playerid,1517.9806,-1660.4321,13.5392);
        SetPlayerFacingAngle(playerid, 270.0);
        SetPlayerCameraPos(playerid,1525.0239,-1659.6924,13.3828);
        SetPlayerCameraLookAt(playerid,1517.9806,-1660.4321,13.5392);
        ApplyAnimation(playerid, "PED", "phone_talk", 4.1, 0, 1, 1, 1, 1, 1);
        return 1;
}
Reply
#2

Textdraws?
Reply
#3

Um... yeah
Reply
#4

Or why not just use GameTextForPlayer for 3-5 seconds? I.e:

pawn Код:
GameTextForPlayer(playerid, "~g~Grove Street", 3000, 6);
The ~g~ represents the colo(u)r, (green), and the 3000 is 3 seconds in milliseconds and the 6 is the style ID.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)