I want to create custom objects but don't want to replace in game objects.
how to know the unused objects ids?
or anyone have the list of unused object id?
is possible to made aim camera to first person like sniper or rocket luncher when aiming m4a1 ak47 waepon?
but only player use the command not for all player in server
Smart idea, but he said he want to move the player to the ped.
oh, i was mean player not ped how did i said ped, typo mistake.
wow, it's work! thanks you very much TAPL very good idea
i never know that player can attach -0-
distance between ped and player is 5-10 and i have the both position
ex.
pedX,pedY,pedZ = getElementPosition(ped)
X,Y,Z = getElementPosition(player)
i try setTimer, but i don't know how to move player to ped's position
I want to create Marker that can update Position of player when ElementDataChange
I can do it in clientside but I wanted to Everyone see the Marker, How to set Position of marker Following Player in serverside?