Player not detected when he enters the vehicle?
#3

Do you have adde this code under OnPlayerEnterVehicle() ??
Код:
new ICream = GetPlayerVehicleID(playerid);   
 
if (ICream == GarbageTruck)
{
IsInGarbage[playerid] = 1;
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Type /startgmini to start the Garbage Minimission!");
}
if (ICream == Boat)
{
IsInBoat[playerid] = 1;
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Type /startbmini to start the Boat Delivery Minimission!");
}
if (ICream == GunTruck)
{
IsInGun[playerid] = 1;
SendClientMessage(playerid, COLOR_LIGHTBLUE, "Type /startgunmini to start the Gun Minimission!");
}
Thank You
-Abhinav
Reply


Messages In This Thread
Player not detected when he enters the vehicle? - by Yoyoyo - 25.06.2009, 16:42
Re: Player not detected when he enters the vehicle? - by Yoyoyo - 26.06.2009, 01:07
Re: Player not detected when he enters the vehicle? - by abhinavdabral - 26.06.2009, 03:00
Re: Player not detected when he enters the vehicle? - by Yoyoyo - 26.06.2009, 03:42
Re: Player not detected when he enters the vehicle? - by abhinavdabral - 26.06.2009, 03:48

Forum Jump:


Users browsing this thread: 1 Guest(s)