[HELP]Needs Some Dialog Help!
#4

Random skins:

pawn Код:
new RandSkin[][] =
{
    144, 145, 146, 147, 148 // On script's top. Here are the skins number you want to randomize.
};

public OnPlayerSpawn(playerid) // You may change it for any callback you want
{
    new rand = random(sizeof(RandSkin));
    SetPlayerSkin(playerid, rand);
    return 1;
}
Reply


Messages In This Thread
[HELP]Needs Some Dialog Help! - by KomplettMaster - 30.12.2012, 13:13
Re: [HELP]Needs Some Dialog Help! - by Feastahashi - 30.12.2012, 13:19
Re: [HELP]Needs Some Dialog Help! - by KomplettMaster - 30.12.2012, 13:21
Re: [HELP]Needs Some Dialog Help! - by Feastahashi - 30.12.2012, 13:35

Forum Jump:


Users browsing this thread: 2 Guest(s)