OnPlayerEditObject / DynamicObject Help
#3

At the part where you set the IsMovingFurniture[playerid] to true.
Add this:
PHP код:
SetPVarInt(playerid"SelFurnObj"ID_OF_FURN); //Replace the ID_OF_FURN with the ID where you set the above variable to true. 
And then in the OnPlayerEditObject callback, use this:
PHP код:
new furnID GetPVarInt(playerid"SelFurnObj"); 
Reply


Messages In This Thread
OnPlayerEditObject / DynamicObject Help - by LiamM - 13.11.2015, 11:20
Re: OnPlayerEditObject / DynamicObject Help - by Ahmad45123 - 13.11.2015, 11:48
Re: OnPlayerEditObject / DynamicObject Help - by Ahmad45123 - 13.11.2015, 11:53
Re: OnPlayerEditObject / DynamicObject Help - by LiamM - 13.11.2015, 12:16
Re: OnPlayerEditObject / DynamicObject Help - by Ahmad45123 - 13.11.2015, 12:40
Re: OnPlayerEditObject / DynamicObject Help - by Ahmad45123 - 13.11.2015, 12:49

Forum Jump:


Users browsing this thread: 1 Guest(s)