Quote:
|
Originally Posted by Ajira
Serverside created is not called in weapons.
|
I think it is, but not for when the weapon is created for the player, but when it is updated (created).
PHP Code:
function onCreated() {
echo("Test.");
}
That works on a weapon script when it's updated.
But yes... triggering clientside from a serverside onCreated() in a weapon will not work.