PlayerToPoint
#2

juste try this
pawn Код:
// put this in OnGameModeInit
SetTimer("ChangePos, 100, true);

forward ChangePos();
public ChangePos()
{
for(new i = 0; i < MAX_PLAYERS; i ++)
{
if(IsPlayerConnected(i)
{
if (PlayerToPoint(20.0, i, -1833.1802,-65.2277,15.1094))
{
SetPlayerPos(playerid, x,y,z);
}
}
}
}
Reply


Messages In This Thread
PlayerToPoint - by klavins - 02.08.2009, 14:16
Re: PlayerToPoint - by James_Alex - 02.08.2009, 14:19
Re: PlayerToPoint - by klavins - 02.08.2009, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)