CreatePlayerObject
#1

Hello!
I wanted help with CreatePlayerObject,I don't have any problem using it but I want to create the things at player Pos!
Thank you
Reply
#2

Try:

https://sampwiki.blast.hk/wiki/AttachObjectToPlayer
Reply
#3

use MTA 1.3 or use SAMP Map Editor
to create an Object on your Spawn Place

MTA 1.3: http://mtavc.com/
Samp Map Editor: https://sampforum.blast.hk/showthread.php?tid=282801
Reply
#4

Yeah why dont you use MTA map editor
((Get on skype i will tell you bout it -Rafay))
Reply
#5

Hey I don't want to create object at my spawn place I want to Create Object at player pos like if I add a command like /block then a Block appears at my pos
Reply
#6

Sorry for the double post but I wanted to say that the object spawns but it is still attached to the player,I want it to just spawn at the players pos but don't stay attached to it!Please help.
Reply
#7

pawn Код:
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
CreatePlayerObject(playerid, , x, y, z, );
Reply
#8

Use:

https://sampwiki.blast.hk/wiki/GetPlayerPos

Then use the X,Y,Z to set the object position.

EDIT: to slow.
Reply
#9

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)