Area 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Area problem (
/showthread.php?tid=251984)
Area problem -
Ernests - 29.04.2011
Код:
C:\Users\user\Desktop\RiverSide Community\filterscripts\speedtrap.pwn(18) : error 017: undefined symbol "Area_AddBox"
up..
public OnGameModeInit()
Код:
StuntArea = Area_AddBox(2022.2, 1340.8, 2029.2, 1345.2);
where the problem?
Re: Area problem -
Seven_of_Nine - 29.04.2011
You don't have Area_AddBox command
Re: Area problem -
Ernests - 29.04.2011
how i can create it?
Re: Area problem -
Ernests - 29.04.2011
Anyway it don't work! Is there are other way how to create area?
Re: Area problem -
Ernests - 29.04.2011
Код:
fatal error 100: cannot read from file: "YSI"
i have YSI.inc, but anyway error.
Re: Area problem -
Ernests - 29.04.2011
Yes, i put it in include folder.
Re: Area problem -
Seven_of_Nine - 29.04.2011
No. In pawno > includes?
Re: Area problem -
Ernests - 30.04.2011
Yes, in server/pawno/includes and in server/includes!