How do i add text to my skin selection? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: How do i add text to my skin selection? (
/showthread.php?tid=464113)
How do i add text to my skin selection? -
skaapje7 - 15.09.2013
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;
}
Re: How do i add text to my skin selection? -
Bit - 15.09.2013
Textdraws?
Re: How do i add text to my skin selection? -
skaapje7 - 15.09.2013
Um... yeah
Re: How do i add text to my skin selection? -
DanishHaq - 15.09.2013
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.