Text for Pickup
#3

Fist create a pickup in public OnGameModeInit()
PHP код:
 pickupexample CreatePickup(12391coordonate xyz); 
PHP код:
public OnPlayerPickUpPickup(playeridpickupid)
{
     if(
pickupid == pickupexample)
    {
         
SendClientMessage(playerid,-1"{FFFFFF} Type {F00000}/paint {FFFFFF} to enter the paitball arena");
         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)