What's the error?
#2

pawn Код:
CMD:stuntbonus(playerid,params[])
{
    if(EnableStuntBonusForPlayer(playerid, 0))
    {
        EnableStuntBonusForPlayer(playerid, 1);
        SendClientMessage(playerid, yellow, "Stunt bonus has been {ffffff}enabled{ffff00}.");
    }
    if(EnableStuntBonusForPlayer(playerid, 1))
    {
        EnableStuntBonusForPlayer(playerid, 1);
        SendClientMessage(playerid, red, "Stunt bonus has been {ffffff}disabled{ff0000}.");
    }
    return 1;
}
Reply


Messages In This Thread
What's the error? - by LeeXian99 - 20.04.2013, 05:46
Respuesta: What's the error? - by Parka - 20.04.2013, 05:57
Re: What's the error? - by LeeXian99 - 20.04.2013, 06:13
Re: What's the error? - by Giroud12 - 20.04.2013, 06:16

Forum Jump:


Users browsing this thread: 2 Guest(s)