Help me to fix this!
#5

Under OnGameModeInit add this

pawn Код:
CreatePickup(1240,2,2485.3269,-1631.4274,23.3649);;  // Health
Then here
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
Add this
pawn Код:
if(pickupid == 0) SetPlayerHealth(playerid, 100.0);
   return 1;
}

Edit: Didn't see your post above.
Reply


Messages In This Thread
Help me to fix this! - by kevinhbk1 - 31.03.2012, 13:29
Re: Help me to fix this! - by kevinhbk1 - 31.03.2012, 13:35
Re: Help me to fix this! - by kevinhbk1 - 31.03.2012, 15:32
Re: Help me to fix this! - by kevinhbk1 - 31.03.2012, 16:18
Re: Help me to fix this! - by captainjohn - 31.03.2012, 16:28

Forum Jump:


Users browsing this thread: 3 Guest(s)