30.03.2012, 21:56
Looks good but messy, You still have the OnGameModeInit in there.
pawn Код:
51.
public OnGameModeInit()
52.
{
53.
// Don't use these lines if it's a filterscript
54.
SetGameModeText("Blank Script");
55.
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
56.
return 1;
57.
}