[HELP]How to make anims in my mode.
#4

Put them under public OnPlayerCommandText(playerid, cmdtext[])

Like..
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if(strcmp(cmdtext, "/handsup", true) == 0) {
if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT) {
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
return 1;
}
}
Reply


Messages In This Thread
[HELP]How to make anims in my mode. - by KfirRP - 02.12.2009, 18:30
Re: [HELP]How to make anims in my mode. - by *ToM* - 02.12.2009, 18:49
Re: [HELP]How to make anims in my mode. - by KfirRP - 03.12.2009, 04:17
Re: [HELP]How to make anims in my mode. - by Jikesh - 03.12.2009, 10:39
Re: [HELP]How to make anims in my mode. - by KfirRP - 03.12.2009, 12:03
Re: [HELP]How to make anims in my mode. - by *ToM* - 03.12.2009, 12:57
Re: [HELP]How to make anims in my mode. - by basse - 22.09.2011, 19:23
Re: [HELP]How to make anims in my mode. - by IceCube! - 22.09.2011, 19:28
Re: [HELP]How to make anims in my mode. - by BlackStones - 22.09.2011, 20:02
Re: [HELP]How to make anims in my mode. - by doreto - 22.09.2011, 20:04

Forum Jump:


Users browsing this thread: 2 Guest(s)