31.08.2012, 08:35
pawn Код:
if(ImportGun1[playerid] == 1 && IsPlayerInRangeOfPoint(playerid, 3, 2412.3601,-2598.6943,14.2131))
{
DisablePlayerCheckpoint(playerid);
SCM(playerid, COLOR_FADE2, "INFO: You have given the illegal weapon depot $1,000, you can now pick-up your gun.");
SCM(playerid, COLOR_FADE2, "The illegal weapon depot has imported your 'deagle' into a storage in Dillimore.");
GiveZaiatMoney(playerid, -1000);
SetPlayerCheckpoint(playerid, 797.6407,-617.4592,16.3359, 2);
}