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
#2

Anyone know where I went wrong?
Reply
#3

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

that compiles fine in my pawno
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)