Pickups.
#2

https://sampwiki.blast.hk/wiki/CreatePickup
https://sampwiki.blast.hk/wiki/OnPlayerPickUpPickup

Under OnPlayerPickUpPickup where the pickupid is the one of the health ones:
Code:
new playermoney = GetPlayerMoney(playerid);
if(playermoney < 1200)
{
   //do what you want
   return 0;
}
Reply


Messages In This Thread
Pickups. - by Saman22 - 06.05.2020, 12:02
Re: Pickups. - by Mike861 - 06.05.2020, 12:13
Re: Pickups. - by beckzy - 06.05.2020, 18:58

Forum Jump:


Users browsing this thread: 1 Guest(s)