SA-MP Forums Archive
Get2DZone 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: Get2DZone Problem (/showthread.php?tid=346681)



Get2DZone Problem - iFederal - 29.05.2012

Код:
(5464) : error 017: undefined symbol "Get2DZone"
(5484) : error 017: undefined symbol "Get2DZone"
(5504) : error 017: undefined symbol "Get2DZone"
(5524) : error 017: undefined symbol "Get2DZone"
(5544) : error 017: undefined symbol "Get2DZone"
(28377) : error 017: undefined symbol "Get2DZone"
(42922) : error 017: undefined symbol "Get2DZone"
Код:
(5464) Get2DZone(location,MAX_ZONE_NAME,PX,PY,PZ);
Код:
(5504) Get2DZone(location,MAX_ZONE_NAME,PX,PY,PZ);
Код:
(5524) Get2DZone(location,MAX_ZONE_NAME,PX,PY,PZ);
Код:
(28377) Get2DZone(location,MAX_ZONE_NAME,BizzInfo[bizkey][bEntranceX],BizzInfo[bizkey][bEntranceY],BizzInfo[bizkey][bEntranceZ]);
(
Код:
42922) Get2DZone(location,MAX_ZONE_NAME,BizzInfo[bouse][bEntranceX],BizzInfo[bouse][bEntranceY],BizzInfo[bouse][bEntranceZ]);
I know it's probably something with conversion of 0.3d to 0.3e, but what's the solution
Thank you very much and appreciated in advance.


Re: Get2DZone Problem - ViniBorn - 29.05.2012

https://sampforum.blast.hk/showthread.php?tid=27598


Re: Get2DZone Problem - iFederal - 29.05.2012

F:\Scripts\E-RP 0.3e\gamemodes\ERP-V1.2.pwn(28391) : error 035: argument type mismatch (argument 1)

GetPlayer2DZone(location,MAX_ZONE_NAME,BizzInfo[bizkey][bEntranceX],BizzInfo[bizkey][bEntranceY],BizzInfo[bizkey][bEntranceZ]);
Fixed all but couldn't do this.