[FIXED] Help guys here
#1

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.
Reply
#2

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

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.
Reply
#4

put it at the top of the mode.
Reply
#5

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)