help with pickups[SOLVED]
#6

Quote:
Originally Posted by CueЯvo
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
  if(pickupid == dive) return GameTextForPlayer(playerid,"Jump out and dive!!",2500,6);
}

or


pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
  if(pickupid == dive) { GameTextForPlayer(playerid,"Jump out and dive!!",2500,6); }
}
don't work
Reply


Messages In This Thread
help with pickups[SOLVED] - by Lorenc_ - 25.01.2010, 00:44
Re: help with pickups - by Lorenc_ - 25.01.2010, 01:44
Re: help with pickups - by pierhs - 25.01.2010, 04:42
Re: help with pickups - by Lorenc_ - 25.01.2010, 05:06
Re: help with pickups - by CuervO - 25.01.2010, 06:45
Re: help with pickups - by Lorenc_ - 26.01.2010, 09:25
Re: help with pickups - by Calgon - 26.01.2010, 09:49
Re: help with pickups - by PRANK - 26.01.2010, 11:17
Re: help with pickups - by Lorenc_ - 26.01.2010, 22:39
Re: help with pickups - by kmzr - 26.01.2010, 23:06

Forum Jump:


Users browsing this thread: 4 Guest(s)