18.05.2013, 18:45
Hey pepole,
I am making this script and I am experiencing some problems I got these annoying errors I don't know how to fix so if you can give me a solution that would be great.
The message I am getting for the complier:
and this is the code line 116:
It's under the callback "public OnGameModeInit()" here's the full code:
http://pastebin.com/6WyQf4mg
I have marked the area that should matter and is probably wrong.
I am making this script and I am experiencing some problems I got these annoying errors I don't know how to fix so if you can give me a solution that would be great.
The message I am getting for the complier:
Quote:
C:\Users\Anna\Desktop\New folder\gamemodes\PBS_0.3x.pwn(116) : error 017: undefined symbol "H_DATA" C:\Users\Anna\Desktop\New folder\gamemodes\PBS_0.3x.pwn(116) : error 036: empty statement C:\Users\Anna\Desktop\New folder\gamemodes\PBS_0.3x.pwn(116) : error 017: undefined symbol "s" C:\Users\Anna\Desktop\New folder\gamemodes\PBS_0.3x.pwn(116) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors. |
Код:
for ( new s = 0 ; s < sizeof ( H_DATA ) ; s++ )
http://pastebin.com/6WyQf4mg
I have marked the area that should matter and is probably wrong.