10-08-2011, 20:21
i need a code like in any of the zombie mods where it chooses someone random to be the zombie...i appreciate it
Request timer
|
10-08-2011, 20:21
i need a code like in any of the zombie mods where it chooses someone random to be the zombie...i appreciate it
10-08-2011, 20:32
(10-08-2011, 20:21)Gamemaster20 Wrote: i need a code like in any of the zombie mods where it chooses someone random to be the zombie...i appreciate it its easy to write yourself.... just add hud element, wait and random choose like: Code: level.zom[i] = level.alivePlayers["allies"][randomint(level.alivePlayers["allies"].size)];
if you would look or search you would find the answer much faster.
Code: level.IntermissionTimeStart = 30; @SE7EN why not just random();... Code: level.zom[i] = random(level.alivePlayers["allies"]);
because it will return you only number lol
ah lol nvr, randomINt maybe? or random is exist too :/ ?
10-08-2011, 22:20
Code: num = randomint(level.players.size); |
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Help remove timer | Dynasty | 15 | 8,292 |
08-25-2013, 13:56 Last Post: hillbilly |
|
Countdown timer | pflaurie | 2 | 2,510 |
03-14-2013, 11:30 Last Post: pflaurie |
|
Help timer/message for flags | hillbilly | 31 | 14,623 |
01-20-2013, 18:20 Last Post: [Z00MBY] Alex |
|
First the timer works, now it doesnt show up !? | Xzite | 2 | 2,098 |
03-17-2012, 00:28 Last Post: Xzite |
|
[Request] random man switch team with timer | wezljkz | 6 | 3,568 |
02-18-2011, 07:04 Last Post: No One |
Users browsing this thread: |
1 Guest(s) |