so would this be correct?( i doubt it since it since im such a nab, but w/e)
I also can't test it myself on testbed because somehow i can't open my Q inventory.
PHP Code:
onCreated()
{
player.attr[1] = "toygun.png";
setani("gunani","");
}
//#CLIENTSIDE
onWeaponFired()
{
this.chat = "BANG, owait, no bullet, it's a toygun!";
}