SA-MP Forums Archive
Checkpoint bug - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Checkpoint bug (/showthread.php?tid=274083)



Checkpoint bug - svaba - 04.08.2011

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.");
		}
	}



Re: Checkpoint bug - svaba - 04.08.2011

anyone?


Re: Checkpoint bug - svaba - 04.08.2011

HELP PLEASE


Re: Checkpoint bug - svaba - 05.08.2011

I am still looking for help!