24.06.2012, 17:50
Hi guys,i integrated a farm system into my gamemode.But there is a problem.
This is farm's pickup code.Pickup type is 1,it's unpickupable.But when i go to it,i can pickup it :S
Is there a solution for this?
pawn Код:
Farms[f][farmPickup] = CreatePickup(1239, 1, Farms[f][farmPos][0], Farms[f][farmPos][1], Farms[f][farmPos][2], 0);
Is there a solution for this?