Page 1 of 1
Respawn
Posted: 2013 Feb 10 19:11
by Chemodan
Sveiki , taj gi galite numesti terroristu normalei veikianti /respawn plugina
Reiketu chate parašyti /respawn terrams ir jie atsikeltu.
CT nereik.
Re: Respawn
Posted: 2013 Feb 10 20:27
by Tetusis
Try this
Code: Select all
#include <amxmodx>#include <amxmisc>#include <hamsandwich> public plugin_init() { register_plugin("respawn T", "v1", ") register_clcmd("say /respawn", "respawn") register_clcmd("say_team /respawn", "respawn") } public respawn(id) { if (!is_user_bot(id) && !is_user_hltv(id) && !is_user_alive(id) && get_user_team(id) == 1) { spawn_event(id) }} public spawn_event(id) { ExecuteHamB(Ham_CS_RoundRespawn, id)}
Re: Respawn
Posted: 2013 Feb 11 16:08
by Chemodan
puikiai veikia.
