possible?
#1

Is it possible to:
if a player go in a taxi (passenger)
Then he get a menu and there stay: goto my waypoint
Then the taxi driver get a new checkpoint on the pos where the player his icon is ?
Reply
#2

No
Reply
#3

Really?
Reply
#4

Ya Really
Reply
#5

Yep, getting one players waypoint and sending it to another person is not possible with sa-mp. It could maybe be done with a plugin, but i am not sure.

WeeDarr
Reply
#6

Ya could get a whole load of common waypoints, get all the coords and give the passenger a menu with them all. Dont need to be one menu, you could have menus that give another menu etc.

Once the player has selected his wanted location, set the drivers race checkpoint to that point or some shizzle
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)