SA-MP Forums Archive
vehicle pramas - 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: vehicle pramas (/showthread.php?tid=204594)



vehicle pramas - yarrum3 - 30.12.2010

i have use vehicle prams before but today i keep getting the warnings

Код:
C:\Users\Ryan\Desktop\World Wide RolePlay\gamemodes\WWRP.pwn(12780) : warning 219: local variable "doors" shadows a variable at a preceding level
C:\Users\Ryan\Desktop\World Wide RolePlay\gamemodes\WWRP.pwn(12780) : warning 219: local variable "lights" shadows a variable at a preceding level
C:\Users\Ryan\Desktop\World Wide RolePlay\gamemodes\WWRP.pwn(12798) : warning 219: local variable "doors" shadows a variable at a preceding level
C:\Users\Ryan\Desktop\World Wide RolePlay\gamemodes\WWRP.pwn(12798) : warning 219: local variable "lights" shadows a variable at a preceding level



Re: vehicle pramas - _rAped - 30.12.2010

You defined the variables twice.

Edit: seems like you defined it three times.