SA-MP Forums Archive
Error GZ Circle - 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: Error GZ Circle (/showthread.php?tid=552603)



Error GZ Circle - oliverarrow - 25.12.2014

I'm trying to do GZS so round, I found it beautiful



Normal:
pawn Код:
GangZoneCreate(1101.976, -2175.33, 1371.977, -1966.099); // prefeitura
Circle:
pawn Код:
CreateDynamicCircle(2417.757,     -998.9026,      2596.49,        -919.9478,          -1,                  -1);
Erros line:
pawn Код:
CreateDynamicCircle(2417.757,     -998.9026,      2596.49,        -919.9478,          -1,                  -1);
pawn Код:
warning 213: tag mismatch



Re: Error GZ Circle - 1fret - 25.12.2014

pawn Код:
CreateDynamicCircle(Float:x, Float:y, Float:size, worldid = -1, interiorid = -1, playerid = -1);
Createdynamiccircle should only have six parts not seven.


Re: Error GZ Circle - oliverarrow - 25.12.2014

I'm sorry I typed wrong!
@edited


Re: Error GZ Circle - pedrotvr - 26.12.2014

ohh i want it too


Re: Error GZ Circle - oliverarrow - 26.12.2014

no one knows how to do this?


Re: Error GZ Circle - jonrb - 26.12.2014

I'm not sure this is easily possible without making a lot of small gang zones by hand (Or programming your own way of doing it automatically). CreateDynamicCircle (I believe) is used for area detection and won't actually draw the zones associated. I may be wrong though.


Re: Error GZ Circle - oliverarrow - 28.12.2014

really?


Re: Error GZ Circle - Pottus - 28.12.2014

It doesn't work that way dude you could use shit loads of zones but that causes FPS lag for some players.