[Ajuda]/hundsup
#1

Tenhu um game mode mas nao tem /handsup alguem poderia me passar esse comando!!!!
Reply
#2

pawn Код:
if(strcmp(cmd, "/handsup", true) == 0)
    {
    if(GetPlayerState(playerid) == PLAYER_STATE_ONFOOT)
        {
            SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
            return 1;
        }
        return 1;
    }
Reply
#3

pawn Код:
if(strcmp(cmdtext, "/handsup", true) == 0)
{
    SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
    return true;
}
Reply


Forum Jump:


Users browsing this thread: