cereri :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 .
Post Reply
User avatar
sylar
Membru, skill 0
Membru, skill 0
Posts: 89
Joined: 16 Dec 2009, 19:39
Detinator Steam: Da
Location: Bucuresti
Has thanked: 10 times
Been thanked: 1 time

01 Feb 2010, 13:59

Am si eu cateva cerinte [ folosesc addonul http://www.extreamcs.com/forum/viewtopi ... 34&t=51550 versiunea linuk] :
1.smoke sa nu faca lumina sa inghete
2.flashul sa lumineze
3.He sa arda (nu stiu cum sa explic)
4.Cum bag si awp in meniu de arme
5.Daca se poate un plugin care cand scriu /info sau alceva sa imi apara pe ecran un motd in care sa scriu eu ce vreau :D
orice are o idee despre un dintre cerintele mele il rog sa posteze :d
Image
RoyalServer 2
User avatar
vLdw0w
Membru, skill +3
Membru, skill +3
Posts: 1052
Joined: 27 Apr 2009, 20:56
Detinator Steam: Da
Location: Bucureşti
Has thanked: 45 times
Been thanked: 58 times

01 Feb 2010, 18:46

1) https://forums.alliedmods.net/showthread.php?t=41126
5)
| Afiseaza codul
#include <amxmodx>

#define PLUGIN "Info"
#define VERSION "1.0"
#define AUTHOR "RomaniaTimisoara"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_concmd("say /info", "cmdInfo", 0, "Informatii")
}

public cmdInfo(id, level, cid)
{
	set_task(1.0, "cmdInfoMesaj")

	return PLUGIN_HANDLED
}

public cmdInfoMesaj(id, level, cid)
{
	client_print(id, print_chat, "Mesajul 1")
	client_print(id, print_chat, "Mesajul 2")
	client_print(id, print_chat, "Mesajul 3")
	
	return PLUGIN_HANDLED
}
"De dimineata pana seara trag la blunt trag la bong , sa nu se piarda starea nu mai vreau sa ma intorc."
User avatar
oneeightone
Fost moderator
Fost moderator
Posts: 2547
Joined: 17 Jul 2009, 19:29
Detinator Steam: Da
Reputatie: Fost super moderator
Membru Club eXtreamCS (o luna)
Nick anterior : LiGHTERS
0.3 / 3
Has thanked: 68 times
Been thanked: 521 times

01 Feb 2010, 19:00

User avatar
sylar
Membru, skill 0
Membru, skill 0
Posts: 89
Joined: 16 Dec 2009, 19:39
Detinator Steam: Da
Location: Bucuresti
Has thanked: 10 times
Been thanked: 1 time

01 Feb 2010, 20:50

tx aman2 aveti cate un multumesc mi-ati fost de ajutor

si la :
vLdw0w wrote: 5)
| Afiseaza codul
#include <amxmodx>

#define PLUGIN "Info"
#define VERSION "1.0"
#define AUTHOR "RomaniaTimisoara"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_concmd("say /info", "cmdInfo", 0, "Informatii")
}

public cmdInfo(id, level, cid)
{
	set_task(1.0, "cmdInfoMesaj")

	return PLUGIN_HANDLED
}

public cmdInfoMesaj(id, level, cid)
{
	client_print(id, print_chat, "Mesajul 1")
	client_print(id, print_chat, "Mesajul 2")
	client_print(id, print_chat, "Mesajul 3")
	
	return PLUGIN_HANDLED
}
daca vreau sa imi apara o fereastra ca la top 15 ? sau asa apare ca nu l-am testat :D ?
Image
User avatar
Ciprian
Fost administrator
Fost administrator
Posts: 5172
Joined: 10 May 2008, 21:29
Detinator Steam: Da
CS Status: ^^
SteamID: crazycipry
Reputatie: Fost administrator
Fost Scripter eXtreamCS
Fost Supervizor CS.eXtreamCS.com
Fost Unbanner ZM.eXtreamCS.com
Fost Contribuitor
Nume anterior: crazy.cipry
Location: Baia Mare
Has thanked: 177 times
Been thanked: 405 times

01 Feb 2010, 22:47

sylar wrote:tx aman2 aveti cate un multumesc mi-ati fost de ajutor

si la :
vLdw0w wrote: 5)
| Afiseaza codul
#include <amxmodx>

#define PLUGIN "Info"
#define VERSION "1.0"
#define AUTHOR "RomaniaTimisoara"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_concmd("say /info", "cmdInfo", 0, "Informatii")
}

public cmdInfo(id, level, cid)
{
	set_task(1.0, "cmdInfoMesaj")

	return PLUGIN_HANDLED
}

public cmdInfoMesaj(id, level, cid)
{
	client_print(id, print_chat, "Mesajul 1")
	client_print(id, print_chat, "Mesajul 2")
	client_print(id, print_chat, "Mesajul 3")
	
	return PLUGIN_HANDLED
}
daca vreau sa imi apara o fereastra ca la top 15 ? sau asa apare ca nu l-am testat :D ?
| Afiseaza codul
#include < amxmodx >

#define PLUGIN ""
#define VERSION ""
#define AUTHOR "crazy.cipry"

public plugin_init ( ) {
	register_plugin ( PLUGIN, VERSION, AUTHOR );

	register_clcmd ( "say /info", "cmdInfo" );
}

public cmdInfo ( id ) show_motd ( id, "addons/amxmodx/configs/motd.html", "Informatii" );
Faci un fisier motd.html cum vrei tu si il pui in amxmodx/configs.
User avatar
sylar
Membru, skill 0
Membru, skill 0
Posts: 89
Joined: 16 Dec 2009, 19:39
Detinator Steam: Da
Location: Bucuresti
Has thanked: 10 times
Been thanked: 1 time

02 Feb 2010, 09:23

ms mult de tot +multumesc
Image
User avatar
Ciprian
Fost administrator
Fost administrator
Posts: 5172
Joined: 10 May 2008, 21:29
Detinator Steam: Da
CS Status: ^^
SteamID: crazycipry
Reputatie: Fost administrator
Fost Scripter eXtreamCS
Fost Supervizor CS.eXtreamCS.com
Fost Unbanner ZM.eXtreamCS.com
Fost Contribuitor
Nume anterior: crazy.cipry
Location: Baia Mare
Has thanked: 177 times
Been thanked: 405 times

02 Feb 2010, 10:55

4 ) Te duci in amxmodx/scripting si o sa gasesti un fisier numit biohazard.cfg. Il deschizi, stergi tot din el, si dai paste la ce e mai jos:
biohazard.cfg | Afiseaza codul
/* Biohazard configs
*
*  by Cheap_Suit
* 
*  This file is provided as is (no warranties).
*/

#if defined _biohazardcfg_included
	#endinput
#endif
#define _biohazardcfg_included

// fog settings
#define FOG_ENABLE  	     1
#define FOG_DENSITY	    "0.0012"
#define FOG_COLOR   	    "128 128 128"

// default zombie setting
#define DEFAULT_PMODEL	    "models/player/slum/slum.mdl"
#define DEFAULT_WMODEL	    "models/v_knife_zombie.mdl"

#define DEFAULT_HEALTH 	    170.0 //Health value
#define DEFAULT_SPEED	    280.0 //Speed value
#define DEFAULT_GRAVITY	    1.0   //Gravity multiplier
#define DEFAULT_ATTACK	    2.0   //Zombie damage multiplier
#define DEFAULT_DEFENCE	    0.087 //Bullet damage multiplier
#define DEFAULT_HEDEFENCE   1.0   //HE damage multiplier
#define DEFAULT_HITSPEED    0.89  //Pain speed multiplier
#define DEFAULT_HITDELAY    0.28  //Pain speed delay value
#define DEFAULT_REGENDLY    0.18  //Regeneration delay value
#define DEFAULT_HITREGENDLY 2.0   //Pain regeneration delay value
#define DEFAULT_KNOCKBACK   1.0   //Knockback multiplier

new g_zombie_weapname[] = "melee"
new g_infection_name[]  = "infection"

// primary weapons (menu|game)
new g_primaryweapons[][][] = 
{ 
	{ "M4A1",     "weapon_m4a1"    },
	{ "AK47",     "weapon_ak47"    },
	{ "AUG",      "weapon_aug"     },
	{ "SG552",    "weapon_sg552"   },
	{ "Galil",    "weapon_galil"   },
	{ "Famas",    "weapon_famas"   },
	{ "MP5 Navy", "weapon_mp5navy" },
	{ "XM1014",   "weapon_xm1014"  },
	{ "M3",       "weapon_m3"      },
	{ "P90",      "weapon_p90"     },
	{ "M249",     "weapon_m249"    },
	{ "SG550",    "weapon_sg550"   },
	{ "G3SG1",    "weapon_g3sg1"   },
	{ "AWP",      "weapon_awp"     }			
}

// secondary weapons (menu|game)
new g_secondaryweapons[][][] = 
{ 
	{ "Deagle",   "weapon_deagle"  },
	{ "USP",      "weapon_usp"     },
	{ "Elite",    "weapon_elite"   } 
}

// grenade loadout (game)
new g_grenades[][] = 
{ 
	"weapon_hegrenade",
	"weapon_flashbang",
	"weapon_smokegrenade"
}

new Float:g_knockbackpower[] =
{
	3.0,  // KBPOWER_357SIG
	4.0,  // KBPOWER_762NATO
	9.5,  // KBPOWER_BUCKSHOT
	3.0,  // KBPOWER_45ACP
	4.5,  // KBPOWER_556NATO
	3.0,  // KBPOWER_9MM
	3.5,  // KBPOWER_57MM
	12.0, // KBPOWER_338MAGNUM
	4.0,  // KBPOWER_556NATOBOX
	3.8   // KBPOWER_50AE
}

new g_survivor_win_sounds[][] =
{
	"biohazard/survivor_win1.wav",
	"biohazard/survivor_win2.wav",
	"biohazard/survivor_win3.wav"
}

new g_zombie_win_sounds[][] = 
{ 
	"biohazard/zombie_win1.wav", 
	"biohazard/zombie_win2.wav",
	"biohazard/zombie_win3.wav" 	
}

new g_scream_sounds[][] = 
{ 
	"biohazard/scream1.wav", 
	"biohazard/scream2.wav", 
	"biohazard/scream3.wav"
}

new g_zombie_miss_sounds[][] = 
{ 
	"zombie/claw_miss1.wav", 
	"zombie/claw_miss2.wav" 					
}

new g_zombie_hit_sounds[][] = 
{ 
	"zombie/claw_strike1.wav",
	"zombie/claw_strike2.wav",
	"zombie/claw_strike3.wav"
}

new g_zombie_die_sounds[][] = 
{
	"biohazard/death1.wav",
	"biohazard/death2.wav",
	"biohazard/death3.wav" 
}
Salvezi, dupa care recompilezi pluginul biohazard.sma. Te duci in scripting/compiled, iei biohazard.amxx si il pui in amxmodx/plugins. Cand te intreaba windowsul ceva dai overwrite.
User avatar
sylar
Membru, skill 0
Membru, skill 0
Posts: 89
Joined: 16 Dec 2009, 19:39
Detinator Steam: Da
Location: Bucuresti
Has thanked: 10 times
Been thanked: 1 time

04 Mar 2010, 21:04

Ciprian wrote:
sylar wrote:tx aman2 aveti cate un multumesc mi-ati fost de ajutor

si la :
vLdw0w wrote: 5)
| Afiseaza codul
#include <amxmodx>

#define PLUGIN "Info"
#define VERSION "1.0"
#define AUTHOR "RomaniaTimisoara"


public plugin_init() {
	register_plugin(PLUGIN, VERSION, AUTHOR)
	
	register_concmd("say /info", "cmdInfo", 0, "Informatii")
}

public cmdInfo(id, level, cid)
{
	set_task(1.0, "cmdInfoMesaj")

	return PLUGIN_HANDLED
}

public cmdInfoMesaj(id, level, cid)
{
	client_print(id, print_chat, "Mesajul 1")
	client_print(id, print_chat, "Mesajul 2")
	client_print(id, print_chat, "Mesajul 3")
	
	return PLUGIN_HANDLED
}
daca vreau sa imi apara o fereastra ca la top 15 ? sau asa apare ca nu l-am testat :D ?
| Afiseaza codul
#include < amxmodx >

#define PLUGIN ""
#define VERSION ""
#define AUTHOR "crazy.cipry"

public plugin_init ( ) {
	register_plugin ( PLUGIN, VERSION, AUTHOR );

	register_clcmd ( "say /info", "cmdInfo" );
}

public cmdInfo ( id ) show_motd ( id, "addons/amxmodx/configs/motd.html", "Informatii" );
Faci un fisier motd.html cum vrei tu si il pui in amxmodx/configs.

perfect pana aici si daca vreau ca doar adminii sa pooata vedea motd-ul exista vre-o solutie?
Image
Post Reply

Return to “Cereri”

  • Information