how to do it?
#1

i creating one filterscript named: Super Sword and soon will be on this forum
so now i want to ask how to do one think
this thing is: I know to do GetPlayerPos
[code]new Float, Float:y, Float:z;
GetPlayerPos(playerid,x,y,z);
ok now, so I need to do one thing with that
how to do to some thing(object) come to he?

So finally my question is how to some object come to he of GetPlayerPos?
Reply
#2

Something like this:
pawn Код:
new PPos[3];
GetPlayerPos(playerid, PPos[0], PPos[1], PPos[2]);
CreateObjec(objectid, PPos[0], PPos[1], PPos[2], ....);
?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)