Help? - 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? (
/showthread.php?tid=596765)
Help? -
Brys - 22.12.2015
How do i define this .-.
Код:
D:\bank.pwn(338) : error 017: undefined symbol "IsAnyPlayerInDynamicArea"
PHP код:
public ResetLasers()
{
BankControls[LasersOn] = true;
SetDynamicObjectPos(VaultObjects[TYPE_LASER1], 2142.983, 1606.679, 993.188);
SetDynamicObjectPos(VaultObjects[TYPE_LASER2], 2142.983, 1606.679, 993.938);
SetDynamicObjectPos(VaultObjects[TYPE_LASER3], 2142.983, 1606.679, 994.688);
if(IsAnyPlayerInDynamicArea(AlarmArea, 1)) TriggerAlarm();
return 1;
}
Re: Help? -
Alex Magaсa - 22.12.2015
You are using the latest streamer?
If the streamer is not the latest i believe you will get this error.!
Edit:
http://forum.sa-mp.com/showpost.php?...postcount=4141
Try this one!
Re: Help? -
Brys - 22.12.2015
Oh right i've replaced the streamer recently, thanks for that anyways, +rep.