14.04.2011, 15:31
Try to use return 1 instead of 0.
pawn Код:
public OnGameModeInit()
{
AutomaticGate = CreateObject(969, -365.49084472656, -1390.4411621094, 20.099876403809, 0, 0, 298);
AutomaticGate2 = CreateObject(969, -365.49084472656, -1390.4411621094, 22.099876403809, 0, 0, 298);
return 1;
}