Checkpoint issue.
#7

Код:
case DIALOG_FUELSTATION:
		{
			if(response)
			{
				switch(listitem)
				{
					case 0:
					{
                    if(!IsPlayerInAnyVehicle(playerid)) return SendClientMessage(playerid, 0xFFFFFFFF, "You are not in a vehicle!");
                    RepairVehicle(GetPlayerVehicleID(playerid));
                    Server(playerid, "Your vehicle has been repaired!");
                    return 1;
                    }
				}
			}
		}
Thats the dialog i made, it should be fine i guess?
Reply


Messages In This Thread
Checkpoint issue. - by Frank901 - 09.09.2016, 13:25
Re: Checkpoint issue. - by IceBilizard - 09.09.2016, 13:27
Re: Checkpoint issue. - by Frank901 - 09.09.2016, 13:42
Re: Checkpoint issue. - by SyS - 09.09.2016, 13:45
Re: Checkpoint issue. - by Frank901 - 09.09.2016, 13:50
Re: Checkpoint issue. - by SyS - 09.09.2016, 13:52
Re: Checkpoint issue. - by Frank901 - 09.09.2016, 13:55
Re: Checkpoint issue. - by SyS - 09.09.2016, 14:07
Re: Checkpoint issue. - by Frank901 - 09.09.2016, 14:10
Re: Checkpoint issue. - by Frank901 - 09.09.2016, 14:44

Forum Jump:


Users browsing this thread: 1 Guest(s)