02.08.2014, 12:10
pickup re-spawn at every 1 or 2 second so if you are on the pickup it keep show after 2 seconds 2 ways to fix this problem
1-
Change pickup type to 2
here is the pickup types https://sampwiki.blast.hk/wiki/PickupTypes
2-
Make variable like if player is in range of house pickup then AtHousePickup[playerid] = 1;
if not in range then AtHousePickup[playerid] = 0;
1-
Change pickup type to 2
here is the pickup types https://sampwiki.blast.hk/wiki/PickupTypes
2-
Make variable like if player is in range of house pickup then AtHousePickup[playerid] = 1;
if not in range then AtHousePickup[playerid] = 0;