17.01.2016, 10:29
I guess your problem occurs due to this part of code:
Try to find the code in your gamemode, where PickedUpPickup[playerid] = false; and share it with us.
PHP код:
if(PickedUpPickup[playerid] == false)
{
PickedUpPickup[playerid] = true;
LastPickup[playerid] = gettime();
//.......