Object:Phone
#1

Hi, i made cmd for phone anim but how to get phone in player hand?
What need to chnage and what function?
Код:
	if (strcmp("/phoneon", cmdtext, true, 10) == 0)
	{
	    SetPlayerSpecialAction(playerid, SPECIAL_ACTION_USECELLPHONE);
	    return 1;
	}
	if (strcmp("/phoneoff", cmdtext, true, 10) == 0)
	{
	    SetPlayerSpecialAction(playerid, SPECIAL_ACTION_STOPUSECELLPHONE);
	    return 1;
	}
Reply


Messages In This Thread
Object:Phone - by DJRebis - 04.07.2013, 20:03
Re: Object:Phone - by MP2 - 04.07.2013, 20:05
Re: Object:Phone - by DJRebis - 04.07.2013, 20:07

Forum Jump:


Users browsing this thread: 1 Guest(s)