Makaboys (Zones TextDraw?!) Script
#1

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,
Reply
#2

the best way to create textdraws is using the Zamaroht's TD editor -> https://sampforum.blast.hk/showthread.php?tid=117851
Reply
#3

I Know This, I'm Asking...

How do i Change the Textdraw (X,Y) On Makaboys Zones Script.
Reply
#4

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;
}
Reply
#5

Trust Me, I've Checked it Dosen't Have It :/
Reply
#6

I m getting confused.You need Textdraws or gangzones?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)