05.08.2009, 23:12 
	
	
	Код:
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);
  return 1;
}
  
  
  SendClientMessage(playerid,COLOR_GREEN,"Thanks for delivering the trash, Heres 5000");
  GivePlayerMoney(playerid, 5000);
  return 1;
}
  return 0;
}
Код:
C:\Documents and Settings\home\Desktop\samp02Xserver.win32\gamemodes\_gamemodes__gamemodes_SalsTestingGrounds.pwn(861) : error 021: symbol already defined: "SendClientMessage" C:\Documents and Settings\home\Desktop\samp02Xserver.win32\gamemodes\_gamemodes__gamemodes_SalsTestingGrounds.pwn(863) : error 010: invalid function or declaration C:\Documents and Settings\home\Desktop\samp02Xserver.win32\gamemodes\_gamemodes__gamemodes_SalsTestingGrounds.pwn(866) : error 010: invalid function or declaration Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors.

