Moving Spawned Objects
#1

Hey everyone,

I updated my SA-MP server to 0.3e today, and I discovered the new editing objects function, it worked pretty well but I got a question about it

I'd like to know if I can move my GM spawned objects (I mean objects created with CreateObject in my Gamemode) with this new function ?

Thanks in advance
Reply
#2

Yes you can.

pawn Код:
new object = CreateObject( ... );
EditObject(playerid, object);
Reply
#3

Quote:
Originally Posted by SuperViper
Посмотреть сообщение
Yes you can.

pawn Код:
new object = CreateObject( ... );
EditObject(playerid, object);
It would be annoying to do this to all my objects... is there any other way ?
Reply
#4

pawn Код:
SelectObject(playerid);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)