SA-MP Forums Archive
Problem: 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Problem: Error (/showthread.php?tid=243607)



Problem: Error - tbedy - 23.03.2011

I using Cyber GameMode and now i have small problem od "Compile", but can't find this errors, please help me
Sry on bad English

errors:


Quote:

C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(1 241) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(1 763) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(1 791) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(1 819) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(1 841) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(1 936) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(1 95 : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(2 115) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(2 142) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(2 180) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc(2 203) : warning 219: local variable "f" shadows a variable at a preceding level
C:\Documents and Settings\Toni Bedy\Desktop\maddox\gamemodes\CYBER.pwn(4854) : error 017: undefined symbol "string"
C:\Documents and Settings\Toni Bedy\Desktop\maddox\gamemodes\CYBER.pwn(4854) : error 017: undefined symbol "string"
C:\Documents and Settings\Toni Bedy\Desktop\maddox\gamemodes\CYBER.pwn(4854) : error 029: invalid expression, assumed zero
C:\Documents and Settings\Toni Bedy\Desktop\maddox\gamemodes\CYBER.pwn(4854) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


4 Errors.




Re: Problem: Error - Markx - 23.03.2011

ask in GameMode topic.


Re: Problem: Error - tbedy - 23.03.2011

Please help!
I need clean this errors fast


Re: Problem: Error - Sascha - 23.03.2011

look at the lines that are given in the error text
(C:\Documents and Settings\Toni Bedy\Desktop\maddox\pawno\include\JunkBuster.inc([b]1 241[b]) : warning 219: local variable "f" shadows a variable at a preceding level)
and remove the "new f;"


Re: Problem: Error - tbedy - 23.03.2011

i dont have new f;

i look all these lines in errors and nothing

which is errors in line 4854

Quote:

SetPlayerColor(playerid,COLOR_GRAD2);




Re: Problem: Error - aircombat - 23.03.2011

at line 4853 add : new string[128];