Help with actor_plus (errors) - 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 actor_plus (errors) (
/showthread.php?tid=657976)
Help with actor_plus (warning) -
Alteh - 19.08.2018
Код:
actor_plus.inc(1657) : warning 203: symbol is never used: "isdynamic"
Pawn compiler 3.10.8 Copyright © 1997-2006, ITB CompuPhase
Header size: 13308 bytes
Code size: 722192 bytes
Data size: 10113936 bytes
Stack/heap size: 17039360 bytes; estimated max. usage=4721 cells (18884 bytes)
Total requirements:27888796 bytes
1 Warning.
why?
Re: Help with actor_plus (errors) -
KinderClans - 19.08.2018
You defined "isdynamic" but never used. You can ignore it.
Re: Help with actor_plus (errors) -
Alteh - 20.08.2018
Quote:
Originally Posted by KinderClans
You defined "isdynamic" but never used. You can ignore it.
|
Nothing will happen?
Re: Help with actor_plus (errors) -
KinderClans - 20.08.2018
No bomb will explode. Your PC will not blow up, you car engine will still start. Your house will still be safe. So yeah, nothing will happen.
Re: Help with actor_plus (errors) -
Alteh - 21.08.2018
Ok, thanks.