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

Eu queria saber como crio uma classe de tipo ajudante mas Helper como crio ?
Reply
#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
#3

A bom vlw
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)