View Single Post
  #1  
Old 10-26-2011, 05:27 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
Question Choosing Random Values

I am trying to make a system, just for testing purposes that picks out a random number or word from an array and echo it.
Example;
PHP Code:
//#CLIENTSIDE
function onCreated() {
  
//Define array
  
this.array = {"One""Two""Three""For"};
}

function 
onWeaponFired() {
  
//Do stuff here
  
echo(result);

I want it to randomly select either of the values in the array, and echo the result. Any ideas?
__________________
Reply With Quote