1 error .. - 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: 1 error .. (
/showthread.php?tid=353436)
1 error .. -
Eiy Mard - 23.06.2012
i compile gamemode raven's roleplay .. but get 1 error ..
Код:
C:\Users\Desktop\samp\samp03e_svr_win32\gamemodes\larp.pwn(28058) : warning 219: local variable "idcar" shadows a variable at a preceding level
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Warning.
Re: 1 error .. -
Randy More - 23.06.2012
idcar is defined twice, delete one and keep the another, if one is not in a function, callback or something, just in the starting lines, recommended to have this and delete the another.
Re: 1 error .. -
Djole1337 - 23.06.2012
Can you post code ? ...
Re: 1 error .. -
Eiy Mard - 23.06.2012
Quote:
Originally Posted by Mr_DjolE
Can you post code ? ...
|
lolz .. idk the code ... because i never changes something at the gamemode ... and i dont know ....
Re: 1 error .. -
JaKe Elite - 23.06.2012
idcar is already define somewhere, remove it
Re: 1 error .. -
SuperViper - 23.06.2012
Quote:
Originally Posted by Eiy Mard
lolz .. idk the code ... because i never changes something at the gamemode ... and i dont know ....
|
Then reply on the thread where you got this script or don't use the script at all. Not every script is gonna work perfectly. It's not written by the SA:MP team, it's written by random SA:MP players.