Thread: Hitobjects
View Single Post
  #5  
Old 02-13-2008, 05:33 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by coreys View Post
This can be done all in one script...
As in everyone has the weapon then? This is an event prize or whatever. I need something in the clientside actions weapon, like so:

PHP Code:
function onActionLaser(params) {
  if (
params[0] = "shoop"hurt(1);

I'd rather contain it all in one weapon, due to my restrictions.
Reply With Quote