View Single Post
joysticker
Member
Join Date: Mar 2005
Old 03-22-2005 , 19:06  
Reply With Quote #11

Quote:
Originally Posted by Rebell
Hi,

this dont work:
Code:
// welcome message
es_tell event_var(userid) ah - a new victim on our server : event_var(name)
ah, i remembered something just some seconds ago.

put that code into player_spawn.cfg and it might work.
player_spawn is triggered when a player finally spawns on the server, that means all connecting/downloading/etc is finished.

player_spawn doesnt offer the var "name" though, so you should use

Code:
// welcome message
es_tell event_var(userid) Welcome on Servername
or something like that
joysticker is offline