27.03.2014, 20:53
hey all
i found a little bug,
If you use it and you load it when the server starts up it will show
Mode - Blank Script.
To fix it remove the lines
i found a little bug,
If you use it and you load it when the server starts up it will show
Mode - Blank Script.
To fix it remove the lines
pawn Код:
public OnGameModeInit()
{
// Don't use these lines if it's a filterscript
SetGameModeText("Blank Script");
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
return 1;
}