04.07.2013, 20:03
Hi, i made cmd for phone anim but how to get phone in player hand?
What need to chnage and what function?
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; }