[ajuda] Criar textos em pickups de informaзao
#5

pawn Код:
new nome_teu_pickup;
pawn Код:
nome_teu_pickup = CreatePickup(1239, 2, 0.0, 0.0, 0.0);
pawn Код:
public OnPlayerPickUpPickup(playerid, pickupid)
{
  if ( pickupid == nome_teu_pickup )
    {
       GameTextForPlayer(playerid, "~w~ehehehe apanhaste um pickup~y~yay", 5000, 3);
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)