else thing...
#3

Код:
CMD:antifall(playerid,params[])
{
    if(Act[playerid] == 0)
    {
    Act[playerid] = 1;
    SendClientMessage(playerid, 0xFFFF00AA, "Antifall on bike is {00ffff}enabled!");
    }
    else
    {
    Act[playerid] = 0;
    SendClientMessage(playerid, 0xFF000000, "Antifall on bike is {00ffff}disabled!");
    }
    return 1;
}
like this...
Reply


Messages In This Thread
else thing... - by LeeXian99 - 26.03.2013, 08:34
Re: else thing... - by dusk - 26.03.2013, 08:36
Re: else thing... - by Om3n - 26.03.2013, 08:38
Re: else thing... - by LeeXian99 - 26.03.2013, 08:40
Re: else thing... - by Babul - 26.03.2013, 11:27
Re: else thing... - by Djole1337 - 26.03.2013, 11:31

Forum Jump:


Users browsing this thread: 1 Guest(s)