pawn compiler crash - 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: pawn compiler crash (
/showthread.php?tid=620215)
pawn compiler crash -
mrcakke - 27.10.2016
My pawn compiler crash when i add stock LoadDoors i'm teaching pawno and i don't know what i have wrong i do enum an everything but when i add this stock and compile (this stock is on line 552) pups a error "pawn compiler library" stop working (i'm writing on sublime text 3)
pastebin(code):
http://pastebin.com/JymaPfsR
Re: pawn compiler crash -
Kaliber - 27.10.2016
You wrote:
PHP код:
stock LoadDoor
{
But actually it should be:
PHP код:
stock LoadDoor()
{
Re: pawn compiler crash -
mrcakke - 27.10.2016
Quote:
Originally Posted by Kaliber
You wrote:
PHP код:
stock LoadDoor
{
But actually it should be:
PHP код:
stock LoadDoor()
{
|
Thank you i feel stupid