Page 1 of 1

Del komandu permetimo

Posted: 2014 Nov 16 22:51
by Nic3T
Sveiki, kaip padaryti kad ta ir ta parasius i chata adminui visus permestus i spect is ct komandos ir is t komandos

Re: Del komandu permetimo

Posted: 2014 Nov 16 22:59
by NZT
Pluginas: https://forums.alliedmods.net/showthrea ... 7?t=212867
amx_transfer "<nick | #userid | authid | @> [t | ct | spec]"
Kitas pluginas (į chat'ą reikia parašyti ".spec"):

Code: Select all

#include <amxmodx>#include <amxmisc>#include <cstrike> #define PLUGIN "Switch all to Spec"#define VERSION "1.0.0"#define AUTHOR "Kia"  public plugin_init() {    register_plugin(PLUGIN, VERSION, AUTHOR)        register_clcmd("say .spec", "cmd_spec")} public cmd_spec(id){    new players[32], pnum, tempid    get_players(players, pnum)        for( new i; i<pnum; i++ )     {        tempid = players[i]        user_kill(tempid)        cs_set_user_team(tempid, CS_TEAM_SPECTATOR)    }}

Re: Del komandu permetimo

Posted: 2014 Nov 27 09:28
by Nic3T
Aciu labai

Re: Del komandu permetimo

Posted: 2014 Nov 27 19:16
by DYaGesS
naujas mix servas artėja? :asian:

Re: Del komandu permetimo

Posted: 2014 Dec 02 22:56
by Nic3T
yra jau www.gamegear.lt tik tobulinam dabar :)