How to make random script ?
#6

Barts, It's like this.

Код:
CMD:getsomething(playerid,params[])
{
switch (random(2))
{
    case 0: GivePlayerMoney(playerid, 500);
    case 1: GivePlayerWeapon(playerid, 24, 1000);
    case 2: GivePlayerWeapon(playerid, 34, 1000);
}
// Means that it will random those 3 cases, if its 1 then it will give the player 500, if its 2 then it'll give a weapon, etc.
// based on Konstantionos code.
Reply


Messages In This Thread
How to make random script ? - by barts - 31.01.2014, 11:40
Re: How to make random script ? - by Konstantinos - 31.01.2014, 11:46
Re: How to make random script ? - by DaniceMcHarley - 31.01.2014, 11:58
Re: How to make random script ? - by barts - 31.01.2014, 12:47
Re: How to make random script ? - by BroZeus - 31.01.2014, 13:38
Re: How to make random script ? - by DaniceMcHarley - 31.01.2014, 13:52

Forum Jump:


Users browsing this thread: 1 Guest(s)