Emergency please Help (rep++)
#1

When ever i compile my GameMod it won't run. It says Error:19. Then i copy backup of M Gm then it works fien and as soon as i compile it it won't work?? What is Happening?? I have All plugins.
please Help Me Please.
Reply
#2

"it works fien, and as soon as i compile it it won't work??"
Show us the code, and what do you mean by "it won't work??"
Reply
#3

Show full error ?
Reply
#4

Its working now fine.....
==> I don't understand these errors?? What are these how to remove these?

pawn Код:
D:\Game\SA-MP Files\Dark Wars\gamemodes\Wars.pwn(1046) : error 017: undefined symbol "string"
D:\Game\SA-MP Files\Dark Wars\gamemodes\Wars.pwn(1046) : error 017: undefined symbol "string"
D:\Game\SA-MP Files\Dark Wars\gamemodes\Wars.pwn(1046) : error 029: invalid expression, assumed zero
D:\Game\SA-MP Files\Dark Wars\gamemodes\Wars.pwn(1046) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Reply
#5

I can help you I had the same problem. Add me skype khibs11
Reply
#6

Add this
pawn Код:
new string[256];
Reply
#7

you forgot to define string :

pawn Код:
new string[128];
Edit:Show line 1046 :
Reply
#8

Its now running Fine I need help to Remove These Errors Bro:
pawn Код:
D:\Game\SA-MP Files\Dark Wars\gamemodes\Wars.pwn(1046) : error 017: undefined symbol "string"
D:\Game\SA-MP Files\Dark Wars\gamemodes\Wars.pwn(1046) : error 017: undefined symbol "string"
D:\Game\SA-MP Files\Dark Wars\gamemodes\Wars.pwn(1046) : error 029: invalid expression, assumed zero
D:\Game\SA-MP Files\Dark Wars\gamemodes\Wars.pwn(1046) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


4 Errors.
Reply
#9

As we told before, add new string[256];
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)