26.06.2009, 03:00
Do you have adde this code under OnPlayerEnterVehicle() ??
Thank You
-Abhinav
Код:
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!"); }
-Abhinav