pickup with timer problem
#8

Код:
 public OnPlayerPickUpPickup(playerid, pickupid)
{
	if(IsPlayerInRangeOfPoint(playerid, 3,-2458.8059,517.3420,9.3583))
	{
	GivePlayerMoney(playerid, 500000);
	SetPlayerWantedLevel(playerid, GetPlayerWantedLevel(playerid)+24);
	SetPlayerScore(playerid, GetPlayerScore(playerid)+3);
    SetTimer("message", 1800000, false);
	return 1;
	}
	return 0;
}
public message(playerid)
{
	SendClientMessage(playerid,0xFFFFFFAA, "You have just Robbed The San Andreas Federal MINT And Stole $500,000 - The cops are on their way!");
	SendClientMessageToAll(0x00FF00FF, " San Andreas Federal MINT in SF was Robbed. ");
}
Reply


Messages In This Thread
pickup with timer problem - by vvhy - 20.03.2012, 22:04
Re: pickup with timer problem - by ReneG - 20.03.2012, 22:07
Re: pickup with timer problem - by vvhy - 20.03.2012, 22:33
Re: pickup with timer problem - by GtasaPoliceModz - 20.03.2012, 22:37
Re: pickup with timer problem - by vvhy - 20.03.2012, 22:55
Re: pickup with timer problem - by GtasaPoliceModz - 20.03.2012, 23:32
Re: pickup with timer problem - by vvhy - 21.03.2012, 00:04
Re: pickup with timer problem - by GtasaPoliceModz - 21.03.2012, 00:31

Forum Jump:


Users browsing this thread: 1 Guest(s)