OnPlayerCommandReceived Question
#3

You should do it in a command itself, example:
pawn Код:
new bool:pInjured[MAX_PLAYERS] = false;

CMD:test(playerid, params[])
{
    if(pInjured[playerid]) return 0;
    return 1;
}
Reply


Messages In This Thread
OnPlayerCommandReceived Question - by maximthepain - 27.03.2015, 14:45
Re: OnPlayerCommandReceived Question - by Konstantinos - 27.03.2015, 14:47
Re: OnPlayerCommandReceived Question - by SickAttack - 27.03.2015, 14:48
Re: OnPlayerCommandReceived Question - by maximthepain - 27.03.2015, 14:50
Re: OnPlayerCommandReceived Question - by SickAttack - 27.03.2015, 14:53
Re: OnPlayerCommandReceived Question - by Konstantinos - 27.03.2015, 14:55
Re: OnPlayerCommandReceived Question - by SickAttack - 27.03.2015, 15:01
Re: OnPlayerCommandReceived Question - by Konstantinos - 27.03.2015, 15:07
Re: OnPlayerCommandReceived Question - by SickAttack - 27.03.2015, 15:10
Re: OnPlayerCommandReceived Question - by maximthepain - 27.03.2015, 15:16

Forum Jump:


Users browsing this thread: 1 Guest(s)