Ahhh, many thanks for that reminder.
Im thinking about making a script, when you press a button, you shoot.
Im currently now sitting left with this, but the ani wouldnt show, im sure it's something to do with the
if (buttonpressed) (d); .
PHP Code:
//#CLIENTSIDE
function onCreated()
{
functionTest();
if (buttonpressed)(d);
setani ("mp7-fire","");
}