well i was just wanted to make them respawn you know like at the begining of the round with the usp or the glock depending on t or ct so this above would work for that?
also
Code:
new pplayer[33]
read_argv(1,pplayer, 32)
new iindex = get_user_index( pplayer )
if(!is_user_alive( iindex ))
cs_user_spawn(iindex)
return PLUGIN_HANDLED
on new pplayer[33] how do u know to get the number 33 and on the read_argv what does that mean i often see numbers with argv and i dont know where these numbers come from

if anyone could explain i would GREATLY appreciate it