else thing...
#5

or simpler:
pawn Код:
CMD:antifall(playerid,params[])
{
    Act[playerid]=1-Act[playerid];
    switch(Act[playerid])
    {
        case 0:SendClientMessage(playerid, 0xFF000000, "Antifall on bike is {00ffff}disabled!");
        case 1:SendClientMessage(playerid, 0xFFFF00AA, "Antifall on bike is {00ffff}enabled!");
    }
    return 1;
}
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)