12.02.2013, 01:11
Alex, I found out the problem.
Try changing:
to
pawn Код:
public OnGameModeInit()
{
CheckFiles();
AddPlayerClass(0, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
EnableStuntBonusForAll(0);
DisableInteriorEnterExits();
ShowPlayerMarkers(1);
pawn Код:
ShowPlayerMarkers(1);
pawn Код:
ShowPlayerMarkers(0);