GANGZONES - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: GANGZONES (
/showthread.php?tid=132164)
GANGZONES -
Pawel2k9 - 06.03.2010
pawn Код:
lvtop = GangZoneCreate(1458,873, 1782,699, 1462,777, 3179,071);//444
lvdown = GangZoneCreate(1458,873, -190,0142, 1462,777, 1798,172);//445
Код:
(444) : warning 202: number of arguments does not match definition
(444) : warning 202: number of arguments does not match definition
(444) : warning 202: number of arguments does not match definition
(444) : warning 202: number of arguments does not match definition
(445) : warning 202: number of arguments does not match definition
(445) : warning 202: number of arguments does not match definition
(445) : warning 202: number of arguments does not match definition
(445) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
8 Warnings.
Re: WHERE DID I GET THIS FROM? WTF -
ettans - 06.03.2010
Look at it real closely, you have commas where you should have dots.
pawn Код:
lvtop = GangZoneCreate(1458.873, 1782.699, 1462.777, 3179.071);//444
lvdown = GangZoneCreate(1458.873, -190.0142, 1462.777, 1798.172);//445
Re: WHERE DID I GET THIS FROM? WTF -
bajskorv123 - 06.03.2010
Your using Xtreme Vehicle Plotter for gangzones, yes its good for gangzones but they forgot to add comas
Re: WHERE DID I GET THIS FROM? WTF -
Niixie - 06.03.2010
HINT:
https://sampwiki.blast.hk/wiki/GangZoneCreate
Re: WHERE DID I GET THIS FROM? WTF -
Pawel2k9 - 06.03.2010
Does anyone have anything better for gangzones then vehicle plotter?? Look what it did:
I Drawn the line where i want it:
And it comes up like this (IGNORE THE LITTLE RED LINE ON THE RUNWAY, LOOK AT THE BIG ONE ABOVE)