[Ajuda] Duvida sobre valores
#7

Quote:
Originally Posted by Axll
Посмотреть сообщение
pawn Код:
//new trabalhar[MAX_PLAYERS];
//ou
//new bool:trabalhar[MAX_PLAYERS];
command(trabalhar, playerid, params [])
{
    new subcmd[5];
    if(sscanf(params, "s[5]", subcmd)) return false;
    if(!strcmp(subcmd, "on", true))
    {
        //on
        //trabalhar[playerid] = true;
        //ou
        //trabalhar[playerid] = 1;
        return true;
    }
    if(!strcmp(subcmd, "off", true))
    {
        //off
        //trabalhar[playerid] = true;
        //ou
        //trabalhar[playerid] = 0;
        return true;
    }
    return true;
}
Era isso msm cara vlw, +REP
Reply


Messages In This Thread
Duvida sobre valores - by SK00L - 13.02.2014, 19:57
Re: Duvida sobre valores - by DouglasRodrigues - 13.02.2014, 20:05
Re: Duvida sobre valores - by RayksonCouto - 13.02.2014, 20:06
Re: Duvida sobre valores - by SK00L - 13.02.2014, 20:09
Re: Duvida sobre valores - by RayksonCouto - 13.02.2014, 20:18
Re: Duvida sobre valores - by Axll - 13.02.2014, 20:28
Re: Duvida sobre valores - by SK00L - 13.02.2014, 20:41

Forum Jump:


Users browsing this thread: 2 Guest(s)