Emergency please Help (rep++) - 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: Emergency please Help (rep++) (
/showthread.php?tid=333636)
Emergency please Help (rep++) -
iOmar - 12.04.2012
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.
Re: Emergency please Help (rep++) -
...: 1 :... - 12.04.2012
"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??"
Re: Emergency please Help (rep++) -
Shabi RoxX - 12.04.2012
Show full error ?
Re: Emergency please Help (rep++) -
iOmar - 12.04.2012
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.
Re: Emergency please Help (rep++) -
Unknown1195 - 12.04.2012
I can help you I had the same problem. Add me skype khibs11
Re: Emergency please Help (rep++) -
Ironboy - 12.04.2012
Add this
Re: Emergency please Help (rep++) -
Shabi RoxX - 12.04.2012
you forgot to define string :
Edit:Show line 1046 :
Re: Emergency please Help (rep++) -
iOmar - 12.04.2012
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.
Re: Emergency please Help (rep++) -
Ironboy - 12.04.2012
As we told before, add new string[256];