Coordonates of hand?
#8

Try this tho:
PHP код:
CMD:trolley(playerid

if(
IsPlayerInRangeOfPoint(playerid,2.02831.6045,2442.6086,1786.4811)) 

 if(!
IsPlayerAttachedObjectSlotUsed(playerid1)) //It checks if the object isn't (! symbol) attached to the player
 
{
       
SendClientMessage(playerid, -1"{FFCC33} Type again /trolley to eliminate it.   "); 
       
SetPlayerAttachedObject(playerid013491); 
       
EditAttachedObject(playerid0); 
 }
 else
 {
       
RemovePlayerAttachedObject(playerid1);//It removes the object
 
}
 }
 return 
1;

Reply


Messages In This Thread
Coordonates of hand? (ANIM INFO) - by Zeus666 - 13.04.2018, 14:32
Re: Coordonates of hand? - by Mugala - 13.04.2018, 15:21
Re: Coordonates of hand? - by Zeus666 - 13.04.2018, 15:27
Re: Coordonates of hand? - by UFF - 13.04.2018, 15:41
Re: Coordonates of hand? - by Zeus666 - 13.04.2018, 18:24
Re: Coordonates of hand? - by Kraeror - 13.04.2018, 18:39
Re: Coordonates of hand? - by Zeus666 - 13.04.2018, 18:56
Re: Coordonates of hand? - by Kraeror - 14.04.2018, 08:27

Forum Jump:


Users browsing this thread: 1 Guest(s)