HOW TO CREATE AN OBJECT NEAR MY PLAYER
#1

HOW TO CREATE AN OBJECT NEAR MY PLAYER?

CreateObject(1225,?,?,?,?,?,?,);
Reply
#2

https://sampwiki.blast.hk/wiki/Function:GetPlayerPos
http://forum.sa-mp.com/showpost.php?...24&postcount=2
Reply
#3

I suppose you're trying to use this as part of a command so :

pawn Код:
new Float:px, Float:py, Float:pz;
GetPlayerPos(playerid, px, py, pz);
CreateObject(1225, px, py, pz, 0.0, 0.0, 0.0, 300.0); // Draw distance limit = 300.
Further information : https://sampwiki.blast.hk/wiki/CreateObject
Reply
#4

THANKS MANS ! +++++++REP
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)