TextDraw Help +Rep - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: TextDraw Help +Rep (
/showthread.php?tid=380600)
TextDraw Help +Rep -
Pro_Drifter - 26.09.2012
Well guys im trying to put a textdraw to my server
but when im puting it and go to the game it doesnt show it
Can Anyone Help Me Please?
I used:
pawn Код:
new Text:UStuntingTextDraw;
and the script is:
pawn Код:
UStuntingTextDraw
= TextDrawCreate
(4.000000,
435.000000,
"~r~Ultimate Freeroam ~l~- ~y~http://www.tufreeroamserver.forumsfree.org~l~- ~b~184.164.129.228:7787 ~l~- ~p~v1.6");
TextDrawFont
(UStuntingTextDraw,
1);
TextDrawTextSize
(UStuntingTextDraw,
640.0000,
22.5000);
Can Somebody Helps Me?
Re: TextDraw Help +Rep -
XtremeR - 26.09.2012
Under OnPlayerSpawn
pawn Код:
TextDrawShowForPlayer(playerid,UStuntingTextDraw);
Re: TextDraw Help +Rep -
Pro_Drifter - 26.09.2012
Quote:
Originally Posted by XtremeR
Under OnPlayerSpawn
pawn Код:
TextDrawShowForPlayer(playerid,UStuntingTextDraw);
|
Thanks A Lot Bro