Text for Pickup
#6

Код:
 pickupexample = CreatePickup(1239, 1, coordonate x, y, z);
First create a textdraw use this http://bsndesign.webs.com/tde.htm
now instead of putting the textdraw in OnPlayerSpawn put it here on OnPlayerPickUpPickup
Код:
public OnPlayerPickUpPickup(playerid, pickupid) 
{ 
     if(pickupid == pickupexample) 
    { 
          TextDrawShowForPlayer(playerid, textid);
         return 1; 
   }
Reply


Messages In This Thread
Text for Pickup - by Mititel - 31.07.2014, 19:23
Re: Text for Pickup - by CJ101 - 31.07.2014, 19:25
Re: Text for Pickup - by r0bi - 31.07.2014, 19:29
Re: Text for Pickup - by Mititel - 02.08.2014, 16:02
Re: Text for Pickup - by Stanford - 02.08.2014, 16:10
Re: Text for Pickup - by Steel_ - 02.08.2014, 16:14
Re: Text for Pickup - by Stanford - 02.08.2014, 16:23

Forum Jump:


Users browsing this thread: 1 Guest(s)