Whats wrong with this?
#3

Quote:
Originally Posted by Shockey HD
Посмотреть сообщение
pawn Код:
CMD:surrender(playerid,params[])
{
    if(PlayerInfo[playerid][pTeam] ==0)
    {
        SetPlayerSpecialAction(playerid,SPECIAL_ACTION_HANDSUP);
        PlayerInfo[playerid][pSurrender] = 1;
    }
    else if(PlayerInfo[playerid][pSurrender] ==1)
    {
        ClearAnimations(playerid);
        PlayerInfo[playerid][pSurrender] = 0;
    }
    return 1;
}
It just dosnt work. I dont get a Unkown Command, am i just not activating Hands up?
Did you remove the "OnPlayerCommandText" callback from your script?
Reply


Messages In This Thread
Whats wrong with this? - by Shockey HD - 16.08.2011, 04:12
Respuesta: Whats wrong with this? - by Alex_Obando - 16.08.2011, 04:27
Re: Whats wrong with this? - by Scenario - 16.08.2011, 04:40
Re: Respuesta: Whats wrong with this? - by Shockey HD - 16.08.2011, 04:53
Re: Respuesta: Whats wrong with this? - by Scenario - 16.08.2011, 04:57
Re: Whats wrong with this? - by Mark1984 - 16.08.2011, 05:16

Forum Jump:


Users browsing this thread: 1 Guest(s)