Checkpoint bug
#1

I have the papers boy job, so he delivers at different houses!

by typing /paper on a bike i get a checkpoint to a house to deliver, after i deliver it to the house, it says NEXT HOUSE, but the next checkpoint is not here

Pawn
Код:
    if(Papering[playerid] == 1)
    {
        new model = GetVehicleModel(veh);
	    if(model == 510)
		{
	        GameTextForPlayer(playerid, "~w~Next House...", 5000, 4);
	        GivePlayerCash(playerid, 100);
	        new rand = random(sizeof(HouseInfo));
			SetPlayerCheckpoint(playerid,HouseInfo[rand][hEnterX],HouseInfo[rand][hEnterY],HouseInfo[rand][hEnterZ],10.0);
		}
		else
		{
      		TogglePlayerControllable(playerid, 0);
        	DisablePlayerCheckpoint(playerid);
	        Papering[playerid] = 0;
	        SendClientMessage(playerid,COLOR_RED,"Your sidejob is canceled.");
		}
	}
Reply


Messages In This Thread
Checkpoint bug - by svaba - 04.08.2011, 15:25
Re: Checkpoint bug - by svaba - 04.08.2011, 15:53
Re: Checkpoint bug - by svaba - 04.08.2011, 18:46
Re: Checkpoint bug - by svaba - 05.08.2011, 10:21

Forum Jump:


Users browsing this thread: 2 Guest(s)