How should i fix this?
#10

Quote:
Originally Posted by jot16
Посмотреть сообщение
i knw i just copied and paste that to add actions to that GM.
I edited:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp(cmd, "/handsup", true) == 0)
    {
       SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
       return 1;
     }
}
becouse you are command the command put in public OnPlayerCommandText(playerid, cmdtext[])
Reply


Messages In This Thread
How should i fix this? - by jot16 - 14.06.2011, 05:17
Re: How should i fix this? - by Skaizo - 14.06.2011, 05:23
Re: How should i fix this? - by jot16 - 14.06.2011, 05:33
Re: How should i fix this? - by jot16 - 14.06.2011, 05:35
Re: How should i fix this? - by Raimis_R - 14.06.2011, 05:41
Re: How should i fix this? - by Skaizo - 14.06.2011, 05:43
Re: How should i fix this? - by jot16 - 14.06.2011, 05:44
Re: How should i fix this? - by Raimis_R - 14.06.2011, 05:46
Re: How should i fix this? - by jot16 - 14.06.2011, 05:46
Re: How should i fix this? - by Skaizo - 14.06.2011, 05:48

Forum Jump:


Users browsing this thread: 1 Guest(s)