onSpawn
Fired when a client spawns.
Usage
function onSpawn(Client: cl)
print(string.format("Player %s has spawned!", cl:getname()))
end
Fired when a client spawns.
function onSpawn(Client: cl)
print(string.format("Player %s has spawned!", cl:getname()))
end