SA-MP Forums Archive
[FIXED] Help guys here - 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: [FIXED] Help guys here (/showthread.php?tid=409073)



[FIXED] Help guys here - aslan890 - 20.01.2013

I already Fixed By my Self

How can i fix this errors?

Код:
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17574) : error 017: undefined symbol "Data"
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17574) : error 017: undefined symbol "slot"
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17574) : error 017: undefined symbol "it"
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17574) : 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: [QUICK] Help guys here - doreto - 20.01.2013

You use something that pawn compiler dont know what is !
pawn Код:
new Data,slot,it;



Re: [QUICK] Help guys here - aslan890 - 20.01.2013

I put that code on top of the [GM] but now i get this error

Код:
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\pawno\include\foreach.inc(1089) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(9002) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(9574) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10011) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10591) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10657) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10786) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10800) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10826) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10840) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10866) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10880) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10906) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10920) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10946) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10957) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10972) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10983) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(10997) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(11008) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(11023) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(11034) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(11046) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(11994) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(12019) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(12041) : warning 219: local variable "slot" shadows a variable at a preceding level
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17575) : error 035: argument type mismatch (argument 3)
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17575) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17575) : error 001: expected token: ";", but found "-identifier-"
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17575) : warning 215: expression has no effect
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17575) : error 001: expected token: ";", but found "-identifier-"
C:\Users\GURKAN\Desktop\Engine by Bohdan for P-I\gamemodes\engine.pwn(17575) : 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: [QUICK] Help guys here - PaulDinam - 20.01.2013

put it at the top of the mode.


Re: [QUICK] Help guys here - aslan890 - 20.01.2013

Quote:
Originally Posted by PaulDinam
Посмотреть сообщение
put it at the top of the mode.
Read pls i said i did


Re: [QUICK] Help guys here - PaulDinam - 20.01.2013

check if you have another var CTRL + F, if so remove them