Cerere comanda respawn pentru vips

Categoria cu cereri de pluginuri si nu numai.

Moderators: Moderatori ajutatori, Moderatori, Echipa eXtreamCS.com

Forum rules
Accesează link-ul pentru a putea vedea regulile forumului

Daca doriti sa vi se modifice un plugin, va rugam postati aici .
Post Reply
User avatar
Trudix
Membru, skill 0
Membru, skill 0
Posts: 64
Joined: 05 Sep 2013, 23:12
Detinator Steam: Da
Detinator server CS: RESPAWN.LEAGUECS.RO
SteamID: Trudix
Reputatie: Detinator RS.EXTREAMCS.COM
Discord: Trudix#9978
Has thanked: 10 times
Been thanked: 2 times
Contact:

23 Jan 2014, 09:56

As dori si eu o comanda pentru respawn, sa aiba acces doar vip-ul pe care-l pun eu...
Nu vreau sa poata da respawn la altii, ci doar lui, atat.
RESPAWN.LEAGUECS.RO
RoyalServer
User avatar
Trudix
Membru, skill 0
Membru, skill 0
Posts: 64
Joined: 05 Sep 2013, 23:12
Detinator Steam: Da
Detinator server CS: RESPAWN.LEAGUECS.RO
SteamID: Trudix
Reputatie: Detinator RS.EXTREAMCS.COM
Discord: Trudix#9978
Has thanked: 10 times
Been thanked: 2 times
Contact:

25 Jan 2014, 09:24

nimeni ?
RESPAWN.LEAGUECS.RO
User avatar
Truth*
Scripter eXtreamCS
Scripter eXtreamCS
Posts: 766
Joined: 11 Oct 2013, 11:08
Detinator Steam: Da
SteamID: Ezeru
Reputatie: Fost moderator ajutator
Membru Club eXtreamCS (4 luni)
Nume anterior: HyperioN.
Scripter eXtreamCS
0.2 / 3
Fond eXtream: 0
Location: Sibiu
Has thanked: 44 times
Been thanked: 122 times

25 Jan 2014, 09:48

Poftim :
SMA | Afiseaza codul
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <ColorChat>

#define PLUGIN "New Plugin"
#define VERSION "1.0"
#define AUTHOR "Author"

#define VIP_FLAG	ADMIN_LEVEL_H	//Aici setezi tu flagul gen ADMIN_RCON, ADMIN_RESERVATION

public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_clcmd("say /respawn", "RespawnCMD" );
	// Add your code here...
}

public RespawnCMD ( id ) {
	
	if( !is_user_bot(id) && get_user_flags(id) & VIP_FLAG )
	{
		spawn(id);
		
		ColorChat(id, GREEN, "[ Respawn ] Tocmai ai primit respawn." );
	}
	else
	{
		ColorChat(id, GREEN, "[ Respawn ] Doar cei cu acces VIP au acceasta comanda." );
	}
	
	return PLUGIN_HANDLED;
}
P.S.: Netestat = Nu am avut timp să mă uit atent peste cod. Deci ceea ce am scris este posibil să fie greşit sau să aibă erori.

If i helped you and you wanna thank me, you can donate at this link : here
This will motivate me to help you in the future.
[If you want a private plugin send me a PM.(No complex plugins please, I am a student and I don't have the time to make those)]
Post Reply

Return to “Cereri”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 33 guests