gangzone owner in textdraw -
Camorra - 12.12.2012
Hi SA-MP.
Im trying to make text draw are show the gangzone owner when u inisde any gangzone(turf).
Gangzone colors and profile saving dynamic via dini.
If any one can help me please let me know it

Any tut or something else..
Thanks for helping !
Re: gangzone owner in textdraw -
[HK]Ryder[AN] - 12.12.2012
Script Request Thread #5
post here
Re: gangzone owner in textdraw -
Camorra - 12.12.2012
Just want explain how to make it i dont need others to do it for me.
Re: gangzone owner in textdraw -
LarzI - 12.12.2012
Try navigating and searching through the tutorials section before creating a new thread.
Re: gangzone owner in textdraw -
[HK]Ryder[AN] - 12.12.2012
Saving System - see this tutorial for help -
https://sampforum.blast.hk/showthread.php?tid=308390
textdraw thing -
1.Detect player pos
2.see if he is in a gangzone
3.if yes, check coordinates and find in which one
4.set it as the text of the textdraw using textdrawsetstring
5.display!
Re: gangzone owner in textdraw -
Camorra - 12.12.2012
Quote:
Originally Posted by Camorra
Gangzone colors and profile saving dynamic via dini.
|
I said its saving.
I have whole GM, and 50 gangzones all over scriptfiles saved.
Now how i making it like this
For explain
Код:
static const gSAZones[][SAZONE_MAIN] =
{
{"The Big Ear", {-410.00,1403.30,-3.00,-137.90,1681.20,200.00}},
{"Aldea Malvada", {-1372.10,2498.50,0.00,-1277.50,2615.30,200.00}},
{"Angel Pine", {-2324.90,-2584.20,-6.10,-1964.20,-2212.10,200.00}},
{"Arco del Oeste", {-901.10,2221.80,0.00,-592.00,2571.90,200.00}}
};
But the turfs saved, So what i doing here " {"The Big Ear", " ?
I mean turfs is stealable, When you taking it that txt in script file change the turfowner= faction name
Re: gangzone owner in textdraw -
Camorra - 13.12.2012
Quote:
Originally Posted by Camorra
I said its saving.
I have whole GM, and 50 gangzones all over scriptfiles saved.
Now how i making it like this
For explain
Код:
static const gSAZones[][SAZONE_MAIN] =
{
{"The Big Ear", {-410.00,1403.30,-3.00,-137.90,1681.20,200.00}},
{"Aldea Malvada", {-1372.10,2498.50,0.00,-1277.50,2615.30,200.00}},
{"Angel Pine", {-2324.90,-2584.20,-6.10,-1964.20,-2212.10,200.00}},
{"Arco del Oeste", {-901.10,2221.80,0.00,-592.00,2571.90,200.00}}
};
But the turfs saved, So what i doing here " {"The Big Ear", " ?
I mean turfs is stealable, When you taking it that txt in script file change the turfowner= faction name
|
Up, Anyone know what i means ?