05.08.2009, 23:24
Those functions need to be under something, they can't just be hanging around in the script
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
DisablePlayerCheckpoint(playerid);
SendClientMessage(playerid,COLOR_GREEN,"Now get in a Garbage Truck if there arent any you must wait.");
SendClientMessage(playerid,COLOR_GREEN,"Slowly drive down the road to the checkpoint and you will be payed.");
SetPlayerCheckpoint(playerid, 2568, 1145, 10, 3);
SendClientMessage(playerid,COLOR_GREEN,"Thanks for delivering the trash, Heres 5000");
GivePlayerMoney(playerid, 5000);
return 1;
}