04.05.2013, 09:19
Код:
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); CreateAutomaticGate(2963, 2500.0000000, -1671.5000000, 14.4, 0.0000000, 0.0000000, 0.0000000, 2500.0000000, -1669.5000000, 14.3999996, 0.0000000, 0.0000000, 0.0000000, 2498.6000976563, -1671.8000488281, 13.3, 30, 0.003, 0); return 1; }