23.12.2012, 17:59
Hello , i've been trying to create an object and place it on the ground.
But since I use the player position it spawns in the middle of my ped.
I've tried to us an operator thing but I dont know how to use it.
I made an account specially for this since I diddnt find it on ******.
Sorry if I should have looked better.
Here is my current script.
Thank you for reading this.
But since I use the player position it spawns in the middle of my ped.
I've tried to us an operator thing but I dont know how to use it.
I made an account specially for this since I diddnt find it on ******.
Sorry if I should have looked better.
Here is my current script.
Код:
if(!strcmp(cmdtext, "/cbr")) { new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z); CreateObject(1425, x, y, z, 0.00, 0.00, 0.00); y -= 10; SendClientMessage(playerid, COLOR_LIGHTRED, "Object created."); }