SA-MP Forums Archive
Pawno crashes - 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: Pawno crashes (/showthread.php?tid=278083)



Pawno crashes - xbox360boy66 - 20.08.2011

i have downloaded a admin / registration filterscript. But when i go to compress it, pawno crashes and it says "Pawn Compiler library has encountered a problem and needs to close. we are sorry for the inconvenience.. Send Erro Report, Dont Send...." help..


Re: Pawno crashes - Kush - 20.08.2011

Quote:
Originally Posted by xbox360boy66
Посмотреть сообщение
i have downloaded a admin / registration filterscript. But when i go to compress it, pawno crashes and it says "Pawn Compiler library has encountered a problem and needs to close. we are sorry for the inconvenience.. Send Erro Report, Dont Send...." help..
Mind telling us which?


Re: Pawno crashes - Scenario - 20.08.2011

You probably have a few missing brackets at the top of the script and therefore there are too many errors for the compiler to process.


Re: Pawno crashes - Gh0sT_ - 20.08.2011

1. Try to use missing angle brackets finder (use magic button - SEARCH)
2. If You ave changed anything in your using includes, try to re-download and then change it.
3. Check the whole script, maybe you have some a mistake like this:

pawn Код:
new something, something2; something3, something4;



Respuesta: Pawno crashes - uprp - 20.08.2011

IT MEANS your pawno has found too many errors,!


Re: Pawno crashes - xbox360boy66 - 20.08.2011

the script i used was -----> https://sampforum.blast.hk/showthread.php?tid=250053


Re: Pawno crashes - brett7 - 20.08.2011

Have you got all the correct files in the right places and in the server.cfg?

Код:
[PlugIn] sscanf2 by:******. You can get it from HERE
[Include] Y_ini by: ******. You can get it from HERE
[Include] dudb by; DracoBlue. You can get it from HERE



Re: Pawno crashes - xbox360boy66 - 20.08.2011

urrm pretty shore..


Re: Pawno crashes - xbox360boy66 - 20.08.2011

I deleted a bracket because there were 2 of them next to each other . Example :
}
}

and now i got these erros


G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(271) : warning 217: loose indentation
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(271) : error 029: invalid expression, assumed zero
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(271) : error 017: undefined symbol "OnPlayerLogin"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(272) : error 029: invalid expression, assumed zero
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(272) : error 017: undefined symbol "OnPlayerLogin"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(279) : warning 225: unreachable code
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(279) : error 029: invalid expression, assumed zero
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(279) : error 017: undefined symbol "LoadUser"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(280) : error 029: invalid expression, assumed zero
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(280) : error 017: undefined symbol "LoadUser"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(282) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(283) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(284) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(285) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(286) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(287) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(28 : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(289) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(290) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(292) : error 029: invalid expression, assumed zero
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(292) : error 017: undefined symbol "LoadUserSettings"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(293) : error 029: invalid expression, assumed zero
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(293) : error 017: undefined symbol "LoadUserSettings"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(295) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(296) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(297) : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(29 : error 017: undefined symbol "value"
G:\Games\Rockstar Games\GTA San Andreas (normal)\gta samp server\filterscripts\mREGV0.7.pwn(300) : error 029: invalid expression, assumed zero

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


26 Errors.


Re: Pawno crashes - brett7 - 20.08.2011

Looks like you deleted the wrong one or something, I would just re download it.