[Pedido] Tutorial de criar gangue
#4

Vocк precisa criar um sistema de Classes, depois usar a funзгo GameTextForPlayer.

Isso й bem simples, vou deixar um exemplo.

pawn Код:
new GangSkin[][] = {
    "no gang"
    "Groove",
    "Ballas"
};

public OnPlayerRequestClass(playerid, classid) {

    GameTextForPlayer(playerid, GangSkin[classid], 5000, 2);
    switch (classid) {
        case 0:{
            //......
        }
        case 1:{
            //.....
        }
    }
    return 1;
}
Reply


Messages In This Thread
Tutorial de criar gangue - by Lorruan - 14.07.2014, 03:03
Re: Tutorial de criar gangue - by Prefacio - 14.07.2014, 03:31
Re: Tutorial de criar gangue - by Lorruan - 14.07.2014, 03:45
Re: Tutorial de criar gangue - by Schocc - 14.07.2014, 04:08

Forum Jump:


Users browsing this thread: 2 Guest(s)