04.03.2010, 12:23
(
Последний раз редактировалось aircombat; 08.04.2011 в 10:07.
)
//top of script :
//Under OnGameModeInit
//Under OnPlayerCommandText
i
that should work
________
Big Brother Advice
Код:
new gate;
Код:
gate = CreateObject(975, -3301.6923828125, 180.10121154785, 9.0515441894531, 0, 0, 270.67565917969);
i
Код:
f(strcmp(cmdtext,"/opengate", true) == 0) { MoveObject(gate,-3301.8388671875,170.10180664063, 9.0515441894531,1.500000); return 1; } if(strcmp(cmdtext,"/closegate", true) == 0) { MoveObject(gate,-3301.6923828125,180.10121154785,9.0515441894531,1.500000); return 1; }
________
Big Brother Advice