Quote:
Originally Posted by coreys
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.