SA-MP Forums Archive
Quick Question - 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: Quick Question (/showthread.php?tid=313154)



Quick Question - lordturhan - 24.01.2012

Код:
\YSI\internal\y_version.inc(193) : warning 219: local variable "code" shadows a variable at a preceding level
What this error means


Re: Quick Question - milanosie - 24.01.2012

that there is a new code; at the top of your script, or somewhere in a local fnction


Re: Quick Question - [XST]O_x - 24.01.2012

Means that the variable "code"(
pawn Код:
new code;
) has been used previeously on your code or one of your includes.

Change the variable's name.


Re: Quick Question - lordturhan - 24.01.2012

Ok here is the problem i added this https://sampforum.blast.hk/showthread.php?tid=274111

FS to my own admin system because i dont wanna use rcon.

But when i added to my script it just shows this error i didnt changed anything excpet for IsPlayerAdmin

Can anybody help me?


Re: Quick Question - milanosie - 24.01.2012

Change everything that has to dowith the FS from code to code1


Re: Quick Question - lordturhan - 24.01.2012

Quote:
Originally Posted by milanosie
Посмотреть сообщение
Change everything that has to dowith the FS from code to code1
Yes i thought of that later after comments thanks anyways