Cerere plugin ! Nevoie mare >:D< .

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 .
jdragonu2009
Membru, skill 0
Membru, skill 0
Posts: 70
Joined: 14 Jul 2013, 13:08
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 1 time
Contact:

30 Dec 2013, 21:57

Merssi Survivor :* , esti un zeu :X:X merge perfect gg ;) ..

Insa mai am 2 problemutE:(

1. Stii pluginul ala care mi l-ai modificat care mi-ai scos he-ul de la CT? are un mic bug adica da 2x grenazi de fiecare , la tero am 2x he 2xfb 2x smoke si la fel si la ct :D

2. Imi tot apare in mijlocul ecranului si pe chat tot felu de erori de genu :


ML_NOTFOUND: ROUNDS1_CHAT [3/7] :-?? e stresant ..

Mersi :X
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

30 Dec 2013, 22:02

1. Daca vreai sa dea doar 1 he, 2 FB si 1 SG trebuia sa spuiii... Poftim pluginul :
| Afiseaza codul
#include <amxmodx>
#include <fun>
#include <hamsandwich>
#include <cstrike>
#include <fakemeta_util>

#define PLUGIN "Knife/HE"
#define VERSION "1.0"
#define AUTHOR "New"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR);
	RegisterHam(Ham_Spawn, "player", "spawn_player", 1);
}


public spawn_player(id)
{
	if(is_user_alive(id) && is_user_connected(id))
		set_task(0.1, "ii_dam_itemele", id);
}

public ii_dam_itemele(id)
{
	new CsTeams:team = cs_get_user_team(id)
	
	switch(team)
	{
		case CS_TEAM_T:
		{
			give_item ( id,"weapon_hegrenade");
			give_item ( id,"weapon_knife");
			give_item ( id,"weapon_smokegrenade");
			give_item ( id,"weapon_flashbang");
			cs_set_user_bpammo(id, CSW_FLASHBANG, 2);
		}
		case CS_TEAM_CT:
		{
			give_item ( id,"weapon_smokegrenade");
			give_item ( id, "weapon_usp" )
			cs_set_user_bpammo ( id, CSW_USP, 250 )
			give_item ( id,"weapon_knife");
			fm_give_item ( id,"item_thigpack");		
			give_item ( id,"weapon_flashbang");
			cs_set_user_bpammo(id, CSW_FLASHBANG, 2);
			
		}
		
	}
}

2. Nu gaseste un anumit fisier din data/lang....
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)]
jdragonu2009
Membru, skill 0
Membru, skill 0
Posts: 70
Joined: 14 Jul 2013, 13:08
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 1 time
Contact:

30 Dec 2013, 22:15

A aparut o eroare la compilare :-??

Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team
Modified for www.freakz.ro

extream.sma(50) : error 001: expected token: "}", but found "-end of file-"

1 Error.
Compile failed!
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

30 Dec 2013, 22:25

Nu ai copiat tu bine sma...
uite fisierul amxx : http://www6.zippyshare.com/v/47250934/file.html
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)]
jdragonu2009
Membru, skill 0
Membru, skill 0
Posts: 70
Joined: 14 Jul 2013, 13:08
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 1 time
Contact:

30 Dec 2013, 22:54

Da acum merge perfect . Mersi mult pentru tot ajutorul man :) !

Ps: o intrebare se poate bloca jointeam din consola? adica sa nu poata sa scrie nimeni "jointeam" in consola :D?
User avatar
Adventx
Membru, skill +4
Membru, skill +4
Posts: 1785
Joined: 17 Sep 2013, 21:44
Detinator Steam: Da
Reputatie: Fost moderator ajutator
Has thanked: 128 times
Been thanked: 142 times
Contact:

30 Dec 2013, 23:16

Merssi Survivor :* , esti un zeu :X:X merge perfect gg ;) ..
:))
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

30 Dec 2013, 23:29

Nu te mai baga aiurea adventx...


Poftim un block pentru jointeam :
| Afiseaza codul
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

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


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_clcmd( "jointeam", "BlockJT")
	// Add your code here...
}

 public BlockJT(id) {
     if( is_user_admin(id) )
         return PLUGIN_CONTINUE
     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)]
jdragonu2009
Membru, skill 0
Membru, skill 0
Posts: 70
Joined: 14 Jul 2013, 13:08
Detinator Steam: Nu
CS Status: Citesc forumul eXtreamCS.com...!
Has thanked: 1 time
Contact:

30 Dec 2013, 23:29

Mno ma :)) daca numa el sa oferit sa ma ajute si inca cat ca restu vad ca se cam zgarcesc :-j
User avatar
Adventx
Membru, skill +4
Membru, skill +4
Posts: 1785
Joined: 17 Sep 2013, 21:44
Detinator Steam: Da
Reputatie: Fost moderator ajutator
Has thanked: 128 times
Been thanked: 142 times
Contact:

31 Dec 2013, 13:04

Cs_SURV!V0R wrote:Nu te mai baga aiurea adventx...


Poftim un block pentru jointeam :
| Afiseaza codul
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

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


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_clcmd( "jointeam", "BlockJT")
	// Add your code here...
}

 public BlockJT(id) {
     if( is_user_admin(id) )
         return PLUGIN_CONTINUE
     return PLUGIN_HANDLED 
}
Ce m-am bagat?
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

31 Dec 2013, 17:06

Pai ai pus " :)) " Degeaba...Nu i-ai oferit nici un ajutor si mai si razi de el... In fine :-j
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