Job help
#10

Woops, my mistake

pawn Код:
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
{
    if(GetVehicleModel(vehicleid) == 519 || GetVehicleModel(vehicleid) == 592 || GetVehicleModel(vehicleid) == 520)
    {
        SendClientMessage(playerid, -1, "Job: You can start the flight by using {00FF00}/work");
    }
    else SendClientMessage(playerid,-1,"Sorry You can't start mission if you don't type /work");
    return 0;
}
Only removed the new vehicleid
Reply


Messages In This Thread
Job help - by Tuntun - 19.06.2013, 17:04
Re: Job help - by Kindred - 19.06.2013, 17:21
Re: Job help - by Tuntun - 19.06.2013, 17:28
Re: Job help - by Kindred - 19.06.2013, 17:31
Re: Job help - by Tuntun - 19.06.2013, 17:58
Re: Job help - by JimmyCh - 19.06.2013, 18:03
Re: Job help - by Tuntun - 19.06.2013, 18:12
Re: Job help - by Kindred - 19.06.2013, 18:59
Re: Job help - by Tuntun - 19.06.2013, 19:02
Re: Job help - by Kindred - 19.06.2013, 19:06

Forum Jump:


Users browsing this thread: 2 Guest(s)