Errorrr
#2

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;
}
Reply


Messages In This Thread
Errorrr - by Sal_Kings - 05.08.2009, 23:12
Re: Errorrr - by JaTochNietDan - 05.08.2009, 23:24

Forum Jump:


Users browsing this thread: 2 Guest(s)