Thread: array search
View Single Post
  #6  
Old 12-27-2005, 09:31 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
PHP Code:
Weapon1
function onWeaponFired() {
  
player.chat Weapon2.Omg(player.account);

PHP Code:
Weapon2
public function Omg(acc) {
  return 
"Zomg your account is" SPC acc;


Help?
Reply With Quote