HI all,
first sorry for my low english
So,
i need and i please you all for a small plugin. This plugin will works with Furien mod.
30 seconds before endround, show a hud message (colour, like amx_csay green) [only if furiens dont plant bomb] to all
with words "30 sekund, CT nesmu na plant!"
This hud message will be show unless Terorists[furiens] dont plant a bomb or dont end round, then it will be romove
Really thanks for your help i have smalll present when u can help me
Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Guest Message by DevFuse
[Small Request] Message
Temat rozp. Mafinka, 14.04.2012 15:08
3 odpowiedzi w tym temacie
#1
Napisano 14.04.2012 15:08
#2
Napisano 14.04.2012 15:17
Check it
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "after endround?"
#define VERSION "0.1"
#define AUTHOR "author"
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
register_event("RoundTime", "eventRoundTime", "bc");
}
public eventRoundTime(){
new iTimer = read_data(1);
new iRoundTime = get_cvar_num("mp_roundtime");
if (iTimer == ((iRoundTime * 60) - 30)){
set_hudmessage(0, 255, 0, -1.0, 0.42, 0, 6.0, 10.0)
show_hudmessage(0, "30 sekund, CT nesmu na plant!")
}
}
#3
Napisano 14.04.2012 16:06
Doesnt work.....I wait when it will be 30 seconds before end round but the hudmessage didnt appear.
#4
Napisano 24.04.2012 19:35
And somebody else ? Can me someone help?
Użytkownicy przeglądający ten temat: 1
0 użytkowników, 1 gości, 0 anonimowych