09.09.2011, 19:35
here:
@gameover - the "new capsule1;" need to be out of the callback so he could use it on other callbacks 
and its a zcmd cmd format , so he need to put it OUT of any callback in his script
pawn Код:
new Capsule1;
public OnFilterScriptInit()
{
Capsule1 = CreateDynamicObject(8948,-238.96049046039,1473.6326546091,149.98042869592,0.00000000,270.00000000,349.99438477);
}
CMD:move(playerid, params[])
{
MoveObject(Capsule1, 1389.12402344,-1679.52185059,12.97999668, 4);
}

and its a zcmd cmd format , so he need to put it OUT of any callback in his script