Makaboys (Zones TextDraw?!) Script - 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: Makaboys (Zones TextDraw?!) Script (
/showthread.php?tid=321956)
Makaboys (Zones TextDraw?!) Script -
NoZ - 29.02.2012
Hey Lads.
Um, I'm Tryna Change the X,Y Of the Textdraw for the Zones
But, I'm Not Really Familer with Textdraws, im getting better but - where on earth on the x,y cords of the Makaboys Zones Script?
I Just wanna change the x,y to diffrent cords so the textdraw shows up in another place.
and i also wanna change the font type to '2'
is the X,Y Cords stored in a variable? or whats the go.
Cheers,
Re: Makaboys (Zones TextDraw?!) Script -
[Diablo] - 29.02.2012
the best way to create textdraws is using the Zamaroht's TD editor ->
https://sampforum.blast.hk/showthread.php?tid=117851
Re: Makaboys (Zones TextDraw?!) Script -
NoZ - 29.02.2012
I Know This, I'm Asking...
How do i Change the Textdraw (X,Y) On Makaboys Zones Script.
Re: Makaboys (Zones TextDraw?!) Script -
[Diablo] - 29.02.2012
search for TextDrawCreate() function, the first and second parameter are X and Y.
pawn Код:
new Text:someText;
public OnGameModeInit()
{
someText = TextDrawCreate(240.0,580.0,"This is a TD");
return 1;
}
Re: Makaboys (Zones TextDraw?!) Script -
NoZ - 29.02.2012
Trust Me, I've Checked it Dosen't Have It :/
Re: Makaboys (Zones TextDraw?!) Script -
Ballu Miaa - 29.02.2012
I m getting confused.You need Textdraws or gangzones?