/Drag - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: /Drag (
/showthread.php?tid=335250)
/Drag -
Gooday - 17.04.2012
How could I make a /drag commad?
Drag ID...
Re: /Drag -
Jonny5 - 17.04.2012
knowing what the command is suppose todo will help.
Re: /Drag -
arjanforgames - 17.04.2012
Is it supposed to "detain" someone in a vehicle?
Re: /Drag -
Gooday - 17.04.2012
http://www.youtube.com/watch?v=5RyP4...96sARLPyAfw%3D
Like at 2.26, the ID goes to the PlayerPos of the PLAYERID every 2 secs...
Re: /Drag -
fordawinzz - 17.04.2012
Set a timer to 2 seconds to update the position of the dragged player.
Re: /Drag -
fordawinzz - 17.04.2012
pawn Код:
SetTimerEx("DragTimer", 2000, true, "ii", playerid, returnplayerid);
wtf, why did I posted another?