How could i manage to do this?
#9

Quote:
Originally Posted by Cameltoe
Посмотреть сообщение
I would do something like this:

pawn Код:
new bool : Kidnapped[MAX_PLAYERS];

public OnPlayerExitVehicle(playerid, vehicleid)
{
     if(Kidnapped[playerid] == true)
     {
          //return 0; If returning 0 here doesn't work.
          //PutPlayerInVehicle(playerid, vehicleid, GetPlayerSeat(playerid)); Try this.
          //if none of the above works, try clearing the player animation.
     }
     return 1;
}
IF any of these actually would work which some probably will do..
It would still look like the player left the vehicle for all the other players.

Edit: Read my edit in the other post.
Reply


Messages In This Thread
How could i manage to do this? - by [NRP]Blade - 03.03.2011, 20:56
Re: How could i manage to do this? - by Antonio [G-RP] - 03.03.2011, 21:40
Re: How could i manage to do this? - by Lorrden - 03.03.2011, 21:43
Re: How could i manage to do this? - by Antonio [G-RP] - 03.03.2011, 21:45
Re: How could i manage to do this? - by Krx17 - 03.03.2011, 21:48
Re: How could i manage to do this? - by Lorrden - 03.03.2011, 21:48
Re: How could i manage to do this? - by Antonio [G-RP] - 03.03.2011, 21:49
Re: How could i manage to do this? - by Cameltoe - 03.03.2011, 21:53
Re: How could i manage to do this? - by Lorrden - 03.03.2011, 21:56
Re: How could i manage to do this? - by Cameltoe - 03.03.2011, 22:00

Forum Jump:


Users browsing this thread: 2 Guest(s)