Actor Help
#3

Get player's position using GetPlayerPos then create an actor at the coordinates returned using CreateActor.
Код:
new Float:x, Float:y, Float:z;

GetPlayerPos(playerid, x, y, z);
CreateActor(skinid, x, y, z);
Reply


Messages In This Thread
Actor Help - by aoky - 08.02.2017, 17:35
Re: Actor Help - by Eoussama - 08.02.2017, 17:38
Re: Actor Help - by GoldenLion - 08.02.2017, 17:39
Re: Actor Help - by aoky - 08.02.2017, 17:45
Re: Actor Help - by aoky - 08.02.2017, 17:52
Re: Actor Help - by Eoussama - 08.02.2017, 18:06
Re: Actor Help - by aoky - 08.02.2017, 18:35
Re: Actor Help - by Eoussama - 08.02.2017, 18:50
Re: Actor Help - by aoky - 08.02.2017, 19:04
Re: Actor Help - by Eoussama - 08.02.2017, 19:19

Forum Jump:


Users browsing this thread: 1 Guest(s)