View Single Post
  #2  
Old 03-17-2008, 11:44 AM
[email protected] sid.gottlieb@googlemail.com is offline
Banned
Join Date: Mar 2008
Posts: 861
sid.gottlieb@googlemail.com will become famous soon enough
Nothing.
PHP Code:
//#CLIENTSIDE
function onWeaponFired() 
  {
    
$random int(random(04));
    
player.dir $random;
  } 
Reply With Quote