problem - 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: problem (
/showthread.php?tid=346747)
problem -
mineralo - 29.05.2012
I did a mistake in scripting and I can't find it, exist a program which converting back from .AMX to .PWN ?
I can't check all lines, I have 15674 lines, its impossible to find small mistake
Re: problem -
.FuneraL. - 29.05.2012
Use Easy DeAMX
Re: problem -
TzAkS. - 29.05.2012
Nice try,decompiling is not admise here.
Tell us what mistake you did and we can help you.
Re: problem -
mineralo - 29.05.2012
some where I think forgot to close the col. and I getting big mistake
Код:
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(579) : error 017: undefined symbol "TextLabel"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(622) : error 017: undefined symbol "CheckZip"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(623) : error 017: undefined symbol "BankTime"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(624) : error 017: undefined symbol "BankTime2"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(625) : error 017: undefined symbol "CheckBank"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(626) : error 017: undefined symbol "InfiniteLife"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(627) : error 017: undefined symbol "JobCheck"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(628) : error 017: undefined symbol "Shout"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(629) : error 017: undefined symbol "CheckCop"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(630) : error 017: undefined symbol "CheckCowArea"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(631) : error 017: undefined symbol "CheckJail"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(632) : error 017: undefined symbol "CheckCowJob"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(633) : error 017: undefined symbol "CheckPickUp"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(634) : error 017: undefined symbol "OnPlayersUpdate"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(736) : error 004: function "split" is not implemented
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(755) : error 017: undefined symbol "CreateStreamPickup"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(818) : error 004: function "split" is not implemented
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(843) : error 017: undefined symbol "CreateStreamPickup"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(847) : error 017: undefined symbol "CreateStreamPickup"
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(870) : error 004: function "split" is not implemented
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(905) : error 004: function "split" is not implemented
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(958) : error 004: function "split" is not implemented
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(988) : error 004: function "split" is not implemented
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(1018) : error 004: function "split" is not implemented
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(1047) : error 004: function "split" is not implemented
D:\Programs\proecte ne terminate\samp\gamemodes\rpg.pwn(1076) : error 004: function "split" is not implemented
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
26 Errors.
I just though if I'll use the .AMX to convert back to .PWN then I could be able to working countine on server
Re: problem -
TzAkS. - 29.05.2012
Use Easy DeAMX like FuneraL sayd..but if you have AntiDeamX in gm no chance..
Edit: Try this
https://sampforum.blast.hk/showthread.php?tid=171429 for missing bracket