Help with little code plz
#3

This will work..

Quote:

public OnPlayerEnterVehicle(playerid, vehicleid)
{
new v = GetVehicleModel(GetPlayerVehicleID(playerid));
if(v == 455)
{
SendClientMessage(playerid, COLOR_YELLOW,"Go near the storage area and do /work to start your sidejob as a trucker!");
return 1;
}
return 1;
}

Reply


Messages In This Thread
Help with little code plz - by 123bob123 - 14.07.2015, 15:40
Re: Help with little code plz - by notime - 14.07.2015, 15:45
Re: Help with little code plz - by kyriakos587 - 14.07.2015, 15:48
Re: Help with little code plz - by 123bob123 - 14.07.2015, 16:58
Re: Help with little code plz - by Vince - 14.07.2015, 17:39
Re: Help with little code plz - by iMouiz - 14.07.2015, 18:06
Re: Help with little code plz - by Sime30 - 14.07.2015, 18:33
Re: Help with little code plz - by 123bob123 - 15.07.2015, 06:59
Re: Help with little code plz - by notime - 15.07.2015, 07:22
Re: Help with little code plz - by 123bob123 - 15.07.2015, 07:28

Forum Jump:


Users browsing this thread: 1 Guest(s)