In response to your PM.
Apparently, I'm not sure of the things I am to write (no working test bed server to verify it).
Regarding amx_respawn:
Quote:
|
If amx_respawn 1 is done in console then it's an unknown command. If the same command is done through rcon, the client is overflowed on death, and kicked.
|
There is no console command registered. Try using 'amx_cvar amx_respawn 1'. As to the overflow problem - I don't really know, it's a guess, try trashing this line: 'set_user_health(id,230500)'. (Oh, I would like to be so healthy.) If it doesn't help, then there's some more severe problem around.
And with the second:
Replace 'set_user_deaths' with 'cs_set_user_deaths' and try once more.
Don't know though if it suffices.