SA-MP Forums Archive
Pawn Compiler Library Stops Working - 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 Library Stops Working (/showthread.php?tid=434972)



Pawn Compiler Library Stops Working - Th3b3ast5 - 04.05.2013

Well, I'm new to scripting, and I put this chunk of script into my Pawno and I got this error, i have no idea where I went wrong and it works fine if I remove this.

Код:
public OnGameModeInit()
{
    UsePlayerPedAnims();
    SetGameModeText("Blank Script");
    AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
    return 1;
}

public OnGameModeExit()
{
    return 1;
}



Re: Pawn Compiler Library Stops Working - Th3b3ast5 - 04.05.2013

Anyone know where I went wrong?


Re: Pawn Compiler Library Stops Working - Admigo - 04.05.2013

Quote:
Originally Posted by Th3b3ast5
Посмотреть сообщение
Anyone know where I went wrong?
Its better to show your whole script.


Re: Pawn Compiler Library Stops Working - DobbysGamertag - 04.05.2013

that compiles fine in my pawno