Money bag
#1

"DELETED"
Reply
#2

pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreatePickup(1550, 2, X, Y, Z);
this code to create a moneybag, good?
Reply
#3

thanks man!
Reply
#4

But use x + 2, because the object will spawn direct in the position where you are.
pawn Код:
new Float:X, Float:Y, Float:Z;
GetPlayerPos(playerid, X, Y, Z);
CreatePickup(1550, 2, X + 2, Y, Z);
Reply
#5

Thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)