31.03.2012, 16:28
Under OnGameModeInit add this
Then here
Add this
Edit: Didn't see your post above.
pawn Код:
CreatePickup(1240,2,2485.3269,-1631.4274,23.3649);; // Health
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
pawn Код:
if(pickupid == 0) SetPlayerHealth(playerid, 100.0);
return 1;
}
Edit: Didn't see your post above.