[Ajuda] Como crio uma classe de HELPER ?
#2

pawn Код:
new Helpper[MAX_PLAYERS];


//OnPlayerConnect:

Helpper[playerid] = 0;


CMD:souhelpper(playerid, params[])
{
    if(Helpper[playerid] == 1)
    {
    SendClientMessageToAll(-1, "Sou HELPPPPPPEEEEEERRRRR");
    }
    return 1;
}
CMD:virarhelpper(playerid, params[])
{
    Helpper[playerid] = 1;
    return 1;
}
Reply


Messages In This Thread
Como crio uma classe de HELPER ? - by LucasTadeu - 26.02.2014, 20:33
Re: Como crio uma classe de HELPER ? - by focaximubh - 26.02.2014, 20:36
Re: Como crio uma classe de HELPER ? - by LucasTadeu - 26.02.2014, 21:13

Forum Jump:


Users browsing this thread: 2 Guest(s)