SA-MP Forums Archive
[HELP] With Gangzone - 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: [HELP] With Gangzone (/showthread.php?tid=359058)



[HELP] With Gangzone - mickos - 12.07.2012

`Hey what's wrong with this line?

PHP код:
Grove GangZoneCreate(2421,56, -1733,1822535,645, -1634,489); 
I got this warnings:"

Quote:

C:\Users\Edward\Desktop\SA-MP Server Gangwars\pawno\GangWarsUL2.pwn(42) : warning 202: number of arguments does not match definition
C:\Users\Edward\Desktop\SA-MP Server Gangwars\pawno\GangWarsUL2.pwn(42) : warning 202: number of arguments does not match definition
C:\Users\Edward\Desktop\SA-MP Server Gangwars\pawno\GangWarsUL2.pwn(42) : warning 202: number of arguments does not match definition
C:\Users\Edward\Desktop\SA-MP Server Gangwars\pawno\GangWarsUL2.pwn(42) : warning 202: number of arguments does not match definition
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Warnings.




Re: [HELP] With Gangzone - newbienoob - 12.07.2012

What the...
pawn Код:
GangZoneCreate(minx, miny, maxx, maxy)



Re: [HELP] With Gangzone - mickos - 12.07.2012

minx. miny, maxx, maxy
?


Re: [HELP] With Gangzone - newbienoob - 12.07.2012

pawn Код:
GangZoneCreate(minx, miny, maxx, maxy)
4 parameters

Yours
pawn Код:
GangZoneCreate(2421,  56,  -1733,  182,  2535,  645,  -1634,  489);
8 parameters o.O


Maybe you can try this
pawn Код:
Grove = GangZoneCreate(2421.56, -1733.182, 2535.645, -1634.489);



Re: [HELP] With Gangzone - mickos - 12.07.2012

Thx it works