22.05.2012, 14:17
You're trying to move object ID 2990, which is 1) above the object limit, 2) an object model ID. You need to create a variable and your CreateObject line should look something like this:
Then replace 2990 in your MoveObject line with 'variable'.
pawn Код:
variable = CreateObject( ..params.. );