fuckcleo - 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: fuckcleo (
/showthread.php?tid=580657)
fuckcleo -
PowerF - 07.07.2015
can someone give me link of fuckcleo.inc?
i'll giving a rep
Re: fuckcleo -
PowerF - 07.07.2015
Found'em
anyways.why i have this error?
Код:
F:\cnr\pawno\include\required/fuckCleo.inc(55) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
F:\cnr\pawno\include\required/fuckCleo.inc(107) : error 017: undefined symbol "OnVehicleDamageStatusUpdate"
F:\cnr\pawno\include\required/fuckCleo.inc(107) : error 010: invalid function or declaration
Re: fuckcleo -
!damo!spiderman - 07.07.2015
Have you updated your pawno includes to the latest versions?
Re: fuckcleo -
PowerF - 07.07.2015
yes,i do.
Re: fuckcleo -
!damo!spiderman - 07.07.2015
make sure your fuckcleo.inc is included after <a_samp>
Re: fuckcleo -
SoFahim - 07.07.2015
Код:
F:\cnr\pawno\include\required/fuckCleo.inc(55) : warning 219: local variable "using_deprecated_foreach_syntax" shadows a variable at a preceding level
There a line 55 that like
PHP код:
Foreach(player : i )
move it to
PHP код:
foreach (new i : Player)
Код:
F:\cnr\pawno\include\required/fuckCleo.inc(107) : error 017: undefined symbol "OnVehicleDamageStatusUpdate"
Define OnVehicleDamageStatusUpdate . the problem will gone