18.10.2013, 09:01
You need to define the objects like this for example
pawn Код:
//Global
new GateExample;
//OnGameModeInit
GateExample = CreateObject(blabla
//CMD
MoveObject(GateExample, ....