How to create a move object.
#10

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:

pawn Код:
variable = CreateObject( ..params.. );
Then replace 2990 in your MoveObject line with 'variable'.
Reply


Messages In This Thread
How to create a move object. - by Gangster-rocks - 22.05.2012, 13:42
Re: How to create a move object. - by [ABK]Antonio - 22.05.2012, 13:43
Re: How to create a move object. - by Gangster-rocks - 22.05.2012, 13:45
Re: How to create a move object. - by Gangster-rocks - 22.05.2012, 13:53
Re: How to create a move object. - by vIBIENNYx - 22.05.2012, 13:55
Re: How to create a move object. - by [ABK]Antonio - 22.05.2012, 13:55
Re: How to create a move object. - by vIBIENNYx - 22.05.2012, 14:00
Re: How to create a move object. - by [ABK]Antonio - 22.05.2012, 14:01
Re: How to create a move object. - by vIBIENNYx - 22.05.2012, 14:02
Re: How to create a move object. - by SuperViper - 22.05.2012, 14:17

Forum Jump:


Users browsing this thread: 2 Guest(s)