SA-MP Forums Archive
How can I change the variable f - 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: How can I change the variable f (/showthread.php?tid=609982)



How can I change the variable f - baela - 18.06.2016

PHP код:
C:\Users\Lucas Gabriel\Desktop\ediзгo samp\pawno\include\mSelection.inc(598) : warning 219local variable "f" shadows a variable at a preceding level 
Pawn compiler 3.2.3664              Copyright 
(c1997-2006ITB CompuPhase 
Header size
:          13464 bytes 
Code size
:          2417352 bytes 
Data size
:          3005200 bytes 
Stack
/heap size:      16384 bytesestimated maxusageunknowndue to recursion 
Total requirements
5452400 bytes 
1 Warning

How can I change this variable , A lot of people said it's just change , but I do not know how I can change the variable so I can help you, Thanks to anyone who can help me <3

If you can do a step by step explaining how I can change thanks


Re: How can I change the variable f - Sjn - 18.06.2016

You have a variable named "f" in your script somewhere and the same variable name is used in the mSelection include. Find and rename the "f" variable from your script.


Re: How can I change the variable f - GTLS - 18.06.2016

Just Change the Variable name from f to something else and it will work..


Re: How can I change the variable f - baela - 18.06.2016

Quote:
Originally Posted by Sjn
Посмотреть сообщение
You have a variable named "f" in your script somewhere and the same variable name is used in the mSelection include. Find and rename the "f" variable from your script.
More like I can find the variable if I do not know where she gets to change