#2

I think the way you script is bugging them.
Can you try this?

pawn Код:
CMD:armour(playerid, params[])
{
    if (!IsPlayerAdmin(playerid))
        return 0;
       
    SetPlayerArmour(playerid, 100.0);
    SendClientMessage(playerid, -1, "You successfully used armour.");
    return 1;
}
Reply


Messages In This Thread
help - by saffierr - 14.07.2014, 09:00
Re: help - by Stinged - 14.07.2014, 09:03
Re: help - by Jstylezzz - 14.07.2014, 09:04
Re: help - by Jack_Leslie - 14.07.2014, 09:04
Re: help - by saffierr - 14.07.2014, 09:10
Re: help - by Jack_Leslie - 14.07.2014, 09:13
Re: help - by saffierr - 14.07.2014, 09:28
Re: help - by Jack_Leslie - 14.07.2014, 09:37
Re: help - by Stinged - 14.07.2014, 09:48
Re: help - by saffierr - 14.07.2014, 11:10

Forum Jump:


Users browsing this thread: 2 Guest(s)