Drag CMD Warning
#8

This is the timer's callback:
pawn Код:
//DRAG
forward Draggingt(playerid, ID);
public Draggingt(playerid, ID)
{
new Float:dX, Float:dY, Float:dZ;
GetPlayerPos(playerid, dX, dY, dZ);
SetPlayerPos(ID, dX+1, dY, dZ);
}
What do you want to do anyways?
Reply


Messages In This Thread
Drag CMD Warning - by Jizz - 24.09.2013, 16:35
Re: Drag CMD Warning - by Konstantinos - 24.09.2013, 16:36
Re: Drag CMD Warning - by Jizz - 24.09.2013, 16:41
Re: Drag CMD Warning - by Konstantinos - 24.09.2013, 16:42
Re: Drag CMD Warning - by Jizz - 24.09.2013, 17:37
Re: Drag CMD Warning - by Konstantinos - 24.09.2013, 17:45
Re: Drag CMD Warning - by Jizz - 24.09.2013, 17:46
Re: Drag CMD Warning - by Konstantinos - 24.09.2013, 17:48
Re: Drag CMD Warning - by Jizz - 24.09.2013, 17:49

Forum Jump:


Users browsing this thread: 2 Guest(s)