Vehicle for specific player
#6

Quote:
Originally Posted by Mister0
Посмотреть сообщение
You can make like this
Код:
 new playercar[MAX_PLAYERS]; 
playercar[playerid] = CreateVehicle(411,0,0,0,2,-1,-1,3600);

public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) 
{ 
  if(vehicleid==playercar[playerid])
  {
    SendClientMessage(playerid,-1,This is your car!);
  }
}
And if other player tries to enter car, how do I show him that car owner?
Reply


Messages In This Thread
Vehicle for specific player - by Supermaxultraswag - 14.09.2015, 17:04
AW: Vehicle for specific player - by Nero_3D - 14.09.2015, 18:43
Re : Vehicle for specific player - by KillerDVX - 14.09.2015, 22:38
Re: Vehicle for specific player - by Supermaxultraswag - 18.09.2015, 15:25
Re: Vehicle for specific player - by Mister0 - 18.09.2015, 15:30
Re: Vehicle for specific player - by Supermaxultraswag - 18.09.2015, 15:33
Re: Vehicle for specific player - by Mister0 - 18.09.2015, 15:45
Re: Vehicle for specific player - by rappy93 - 18.09.2015, 15:46
Re: Vehicle for specific player - by Jefff - 18.09.2015, 15:47
Re: Vehicle for specific player - by Supermaxultraswag - 03.10.2015, 12:47

Forum Jump:


Users browsing this thread: 1 Guest(s)