04.05.2013, 22:12
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;
}


