SA-MP Forums Archive
"GetZone" problem.. - 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: "GetZone" problem.. (/showthread.php?tid=515305)



"GetZone" problem.. - ajam112 - 25.05.2014

Please help this

Код:
pro.pwn(3592) : warning 213: tag mismatch
pro.pwn(3593) : warning 213: tag mismatch
pro.pwn(3594) : warning 213: tag mismatch
pro.pwn(3595) : warning 213: tag mismatch
pro.pwn(3596) : warning 213: tag mismatch
pro.pwn(3597) : warning 213: tag mismatch
pro.pwn(3598) : warning 213: tag mismatch
pro.pwn(3599) : warning 213: tag mismatch
pro.pwn(3600) : warning 213: tag mismatch
pro.pwn(10900) : error 017: undefined symbol "GetZone"
pro.pwn(12007) : error 017: undefined symbol "GetZone"
pro.pwn(12167) : error 017: undefined symbol "GetZone"
pro.pwn(14402) : error 017: undefined symbol "GetZone"
pro.pwn(17306) : error 017: undefined symbol "GetZone"
pro.pwn(24386) : error 017: undefined symbol "GetZone"
pro.pwn(24692) : error 017: undefined symbol "GetZone"
pro.pwn(26362) : error 017: undefined symbol "GetZone"
pro.pwn(26382) : error 017: undefined symbol "GetZone"
pro.pwn(26403) : error 017: undefined symbol "GetZone"
pro.pwn(26426) : error 017: undefined symbol "GetZone"
pro.pwn(26450) : error 017: undefined symbol "GetZone"
pro.pwn(26706) : error 017: undefined symbol "GetVehicleZone"
pro.pwn(27395) : error 017: undefined symbol "GetZone"
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


14 Errors.



Re: "GetZone" problem.. - Copfan5 - 25.05.2014

Show us the code please.


Re: "GetZone" problem.. - Dangjai - 25.05.2014

Show the code


Re: "GetZone" problem.. - ajam112 - 27.05.2014

Код:
GetZone(biz[GetPVarInt(playerid, "isrobbingbiz")][bizenter_x],biz[GetPVarInt(playerid, "isrobbingbiz")][bizenter_y],biz[GetPVarInt(playerid, "isrobbingbiz")][bizenter_z],zone);
here the example code 1.


Re: "GetZone" problem.. - Jack_Leslie - 27.05.2014

You obviously don't have a GetZone public or stock.


Re: "GetZone" problem.. - ajam112 - 27.05.2014

Where can i get it?


Re: "GetZone" problem.. - ajam112 - 27.05.2014

Bumping - Sorry i really need this scripts working fast.


Re: "GetZone" problem.. - Threshold - 27.05.2014

Well, go back to the script that you copied all this code from. The function will be in there somewhere.


Re: "GetZone" problem.. - ajam112 - 27.05.2014

Theres no function for getzone in this script. Its work fine in 0.3e


Re: "GetZone" problem.. - ajam112 - 27.05.2014

So, if its not native of samp function. How can i start at first?