How could I get this? - 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: How could I get this? (
/showthread.php?tid=279495)
How could I get this? -
iGetty - 27.08.2011
How do I get a thing like this in the bottom left of the video?;
The map names?
Here is the video:
http://www.*******.com/embed/XkticKZyIP4
Thank you!
Re: How could I get this? -
Kingunit - 27.08.2011
You need to get the users location and display it into a Textdraw. But those nice textdraws are mods.
Re: How could I get this? -
iGetty - 27.08.2011
Aye they are nice indeed :3, but how could I get the locations of a person, then set it to update?, I really would appreciate your help mate.
AW: How could I get this? -
Nero_3D - 27.08.2011
Search for zone scripts, like that one
[INC] Zones By ~Cueball~ - V 2.0
Re: How could I get this? -
Kingunit - 27.08.2011
You can download a zone script
here.
// Nero_3D was faster.
Re: How could I get this? -
iGetty - 27.08.2011
Thank you guys, both repped.
Re: How could I get this? -
iGetty - 27.08.2011
EDIT: How do I turn that link there, what is on it, into TextDraw? Please help. Thanks.
Was meant to be an edit, sorry.
Re: How could I get this? -
Kingunit - 27.08.2011
Create a textdraw and store this into it:
pawn Code:
GetPlayer2DZone(playerid, zone, MAX_ZONE_NAME);
Re: How could I get this? -
iGetty - 27.08.2011
I'm not the best at TextDraws :3
Re: How could I get this? -
Kingunit - 27.08.2011
There are plenty of filterscript that's are creating Textdraws for you