Pawn Compiler Library Stops Working
#1

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;
}
Reply


Messages In This Thread
Pawn Compiler Library Stops Working - by Th3b3ast5 - 04.05.2013, 22:12
Re: Pawn Compiler Library Stops Working - by Th3b3ast5 - 04.05.2013, 22:37
Re: Pawn Compiler Library Stops Working - by Admigo - 04.05.2013, 22:44
Re: Pawn Compiler Library Stops Working - by DobbysGamertag - 04.05.2013, 23:12

Forum Jump:


Users browsing this thread: 1 Guest(s)