possible?
#7

You could use a command or w/e to set your waypoint then when the driver requests it have it show as a mapicon or a checkpoint for him.

pawn Код:
//tos
new
  Float:gWayPoint[ MAX_PLAYERS ][ 3 ];

//in the command which the player uses to set his waypoint
GetPlayerPos( playerid, gWaypoint[ playerid ][ 0 ], gWaypoint[ playerid ][ 1 ], gWaypoint[ playerid ][ 2 ] );

//in the w/e the driver uses to select the players waypoint
SetCheckpoint( playerid, gWaypoint[ passengerid ][ 0 ], gWaypoint[ passengerid ][ 1 ], gWaypoint[ passengerid ][ 2 ], 3.0 );
Most things are possible or have a pretty decent workaround if you put a little thought into it.
Reply


Messages In This Thread
possible? - by harrold - 13.02.2009, 12:21
Re: possible? - by BMUK - 13.02.2009, 13:08
Re: possible? - by harrold - 13.02.2009, 13:14
Re: possible? - by BMUK - 13.02.2009, 13:14
Re: possible? - by weedarr - 13.02.2009, 13:18
Re: possible? - by BMUK - 13.02.2009, 13:25
Re: possible? - by Donny_k - 13.02.2009, 13:30

Forum Jump:


Users browsing this thread: 1 Guest(s)