PDA

View Full Version : Voley Ball Mod [ 1.1 ]


chaosmedia90
09-05-2010, 08:34
http://i52.tinypic.com/24uydub.jpg
Description:
*When a player begins the round overhead chosen at random will fall ball
*SPACE pressing and holding the target to heaven or to the territorial opposing team, the ball will jump
*ball team escape or will die within the opposing team will receive a frag + 1 point
*each team has. mdl own

Author: tuty
Server where you can test that: 195.225.59.12:27015
Maps: Download Link (http://www.mapping.ro/infusions/pro_download_panel/download.php?catid=19)

Helpers:
*chaosmedia90
*ghw_chronic
*neurotoxin
*OT [:x]
*BLUE
*edduard
*Nokia
*Tiesto
*server : vb.mapping.ro [ test ]


Cvars (VolleyBall.cfg)
< 1 = on || 0 = off >

volleyball_blockradio "1" block radio
volleyball_blockspray "1" block spray
volleyball_playerglow "1" Players shine depending on team color
volleyball_ballspeed "731" the speed at which the ball is pushed
volleyball_fragbonus "1" each winning team will receive bonus
volleyball_randomskycolor "1" sky color will be random each round
volleyball_welcomemessage "1" shows information about a newly connected player
volleyball_balltime "7" in how many seconds will cademingea the start of round
volleyball_secondvoice "1" will hear the last 3 seconds countdown
volleyball_player_speed "400" speed player
volleyball_playerkill "1" when he kills a player fillet salt and ground is on the opposing team

Orders
/help
/reset reset game , acces ADMIN_CFG

Pictures:
http://i51.tinypic.com/t893j8.jpghttp://i54.tinypic.com/s2xjjp.jpg
http://i53.tinypic.com/2cr4s93.jpghttp://i51.tinypic.com/288yxpl.jpg

Video:
http://www.youtube.com/watch?v=sh5BLdlohBM&feature=player_embedded
http://www.youtube.com/watch?v=pp9Na8PKI5w

Updates 1.1 :
-added ML
-and check new code from 1.1

Translations :
EN: tuty (http://forums.alliedmods.net/member.php?u=39241)
PL:fiodor (http://forums.alliedmods.net/member.php?u=74071)
ES: alan_el_more (http://forums.alliedmods.net/member.php?u=39574)
TR: Freedom (http://forums.alliedmods.net/member.php?u=81549)
BG - r14170 (http://forums.alliedmods.net/member.php?u=65597)
DE - SeToY (http://forums.alliedmods.net/member.php?u=18539)
RU - loKkdoKk (http://forums.alliedmods.net/member.php?u=78112)
FR - benjibau (http://forums.alliedmods.net/member.php?u=56360)

Maps :
http://www.mapping.ro/infusions/pro_download_panel/download.php?catid=19


Sry 4 bad english !

Vechta
09-05-2010, 08:37
Thanks for releasing :)

alan_el_more
09-05-2010, 08:53
Upload .sma and delete .amxx

xPaw
09-05-2010, 10:10
Good job.

chaosmedia, show up in steam

EDIT: Where is source code

FlaNky
09-05-2010, 12:21
Played on this, This is awesome!
Gonna use it for my Server =) =P :D

FyNNN
09-05-2010, 12:52
Chaos said .sma is private...

YamiKaitou
09-05-2010, 12:53
Chaos said .sma is private...

Too bad that the SMA is a requirement for this to be posted here. I'll give him 24 hours to produce it or this will be trashed.

benjibau
09-05-2010, 14:29
I think you can added multilanguage because i test your mode in a french server and spanish translation is bad.

FragOwn
09-05-2010, 19:46
I can't find the .amxx and even the source.

YamiKaitou
09-05-2010, 20:06
I can't find the .amxx and even the source.

Because I removed the AMXX file

chaosmedia90
09-06-2010, 02:49
Because I removed the AMXX file


now check again :)

LE:

Orders
/help
/reset reset game , acces ADMIN_CFG

alan_el_more
09-06-2010, 06:34
public bacon_ResetMaxSpeed( id )
{
if( is_user_alive( id ) )
{
new Float:flMaxSpeed = float( get_pcvar_num( gCvarPlayerSpeed ) );

engfunc( EngFunc_SetClientMaxspeed, id, flMaxSpeed );
set_pev( id, pev_maxspeed, flMaxSpeed );

@@ client_cmd( id, "cl_forwardspeed %0.1f;cl_sidespeed %0.1f;cl_backspeed %0.1f", flMaxSpeed, flMaxSpeed, flMaxSpeed );
}
}

SlowHack (?)

chaosmedia90
09-06-2010, 06:49
public bacon_ResetMaxSpeed( id )
{
if( is_user_alive( id ) )
{
new Float:flMaxSpeed = float( get_pcvar_num( gCvarPlayerSpeed ) );

engfunc( EngFunc_SetClientMaxspeed, id, flMaxSpeed );
set_pev( id, pev_maxspeed, flMaxSpeed );

@@ client_cmd( id, "cl_forwardspeed %0.1f;cl_sidespeed %0.1f;cl_backspeed %0.1f", flMaxSpeed, flMaxSpeed, flMaxSpeed );
}
}

SlowHack (?)

volleyball_player_speed "400" speed player

platzpatrone
09-06-2010, 07:04
there is no need to change users cvars

and another question: why doesnt Tuty release it ? :shock:

tlch0324
09-06-2010, 07:25
No english version?

alan_el_more
09-06-2010, 07:36
Make ML
I only understand the player's names XD

chaosmedia90
09-06-2010, 09:16
No english version?

Wait , tuty update it with ML and more :)

"why doesnt Tuty release it ?"

because that plugin exist in mappingro servers 1 month ,
tuty and me decide to release it

i hate english ^^^


"there is no need to change users cvars"

tuty said : i used a little slowhack because, if you set cvar variable to 800 for example, players wont run to cvar speed because cl_sidespeed etc is default 400 and must be rechecked otherwise player can run only to 400 maximum speed and is not slowhack , ask stupok !

platzpatrone
09-06-2010, 09:39
"there is no need to change users cvars"

tuty said : i used a little slowhack because, if you set cvar variable to 800 for example, players wont run to cvar speed because cl_sidespeed etc is default 400 and must be rechecked otherwise player can run only to 400 maximum speed and is not slowhack , ask stupok !

then use CurWeapon event and change the speed there

hackingsoft7
09-06-2010, 10:00
bla bla bla is not big deal, you can't consider this a slowhack is best way to use maxspeed ;) trust me

DarkGod
09-06-2010, 10:01
bla bla bla is not big deal, you can't consider this a slowhack is best way to use maxspeed ;) trust me
Regardless of what you may think of it, it's still slowhacking.

YamiKaitou
09-06-2010, 10:29
tuty said : i used a little slowhack because, if you set cvar variable to 800 for example, players wont run to cvar speed because cl_sidespeed etc is default 400 and must be rechecked otherwise player can run only to 400 maximum speed and is not slowhack , ask stupok !

Remove the slowhacking or give the user a choice...


Also, plugin MUST be in English. Please fix.


Also, can you really support this? Seeing as how it is not yours.

chaosmedia90
09-06-2010, 10:41
maybe tommorow its ready the new version .

Leon_12
09-06-2010, 10:50
nice plugin but the net is too big.
can you make a scores like terrorist 1 ct 2 ? and play to 25 scores

chaosmedia90
09-06-2010, 13:46
Video:
http://www.youtube.com/watch?v=pp9Na8PKI5w

Updates 1.1 :
-added ML
// --| Best event to check player speed
// --| With curweapon will have some serious bugs, so this is the best way

public bacon_ResetMaxSpeed( id )
{
if( is_user_alive( id ) )
{
new Float:flMaxSpeed = float( get_pcvar_num( gCvarPlayerSpeed ) );

engfunc( EngFunc_SetClientMaxspeed, id, flMaxSpeed );
set_pev( id, pev_maxspeed, flMaxSpeed );

/*
// --| For some people, is slowfuckinghacking, if you want to enable it just remove the slash's
client_cmd( id, "cl_forwardspeed %0.1f;cl_sidespeed %0.1f;cl_backspeed %0.1f", flMaxSpeed, flMaxSpeed, flMaxSpeed );
*/
}



Translate req : http://forums.alliedmods.net/showthread.php?p=1293183#post1293183

YamiKaitou
09-06-2010, 14:45
-for who said "slowhack" check the new version

Remove it or grant the CLIENT the ability to agree to it.

fiodor
09-06-2010, 14:47
Polish Translate:


[pl]

FILE_LOADED = Plik ^"%s^" Zostal Poprawnie Zaladowany!
FILE_NOT_FOUND = Blad! plik ^"%s^" nie zostal odnaleziony!
WILL_HAVE_BALL = ^n%s bedzie mial pilke za^n[%d] sekund!
RED_TEAM_SLAY = Druzyna Czerwona Umarla!^nPoniewaz %s byla na Terenie Druzyny Niebieskiej!
BLUE_TEAM_SLAY = Druzyna Niebieska Umarla!^nPoniewaz %s byla na terenie Druzyny Czerwonej!
RED_TEAM_WIN = Ostatni Gracz Ktory Posiadal Pilke to: %s!^nDruzyna Czerwona zdobywa 1 Punkt!
RED_TEAM_SCORE = Wynik: Druzyna Czerwona: %d | Druzyna Niebieska: %d
BLUE_TEAM_WIN = Ostatni Gracz Ktory Posiadal Pilke to: %s!^nDruzyna Niebieska zdobywa 1 Punkt!
BLUE_TEAM_SCORE = Wynik: Druzyna Niebieska: %d | Druzyna Czerwona: %d
WELCOME_MSG1 = Witaj %s, na %s!
WELCOME_MSG2 = Serwer Korzysta z VolleyBall Mod by [email protected]!
HUD_SCOREBOARD = Wynik Calkowity: %d^nWynik Druzyny:^nNiebieskiej: %d | Czerwonej: %d^nPozostalo Czasu: %d:%02d^nGraczy: %d/%d
DONT_HAVE_ACCESS = Nie masz dostepu do tej Komendy!
GAME_WILL_START = Gra Rozpoczyna sie Teraz!
GAME_WILL = Gra Rozpoczyna sie Teraz!
CANNOT_SUICIDE = Nie Mozesz Popelnic popelnic samobojstwa :)
INFO_1 = Volley Ball Mod by [email protected]
INFO_2 = To tylko Siatkowka. Kazdy Wie Jak sie w to gra :)
INFO_3 = Gry Runda sie rozpocznie, mod wybierze automatycznie gracza ktory dostanie pilke
INFO_4 = Nacisnij SPACJE gdy pilka zblida sie do ciebie i trzymaj celownik pod takim katem by widziec teren przeciwnika
INFO_5 = Gdy Druzyna Upusci Pilke na terenie wroga to dostaje 1 Fraga oraz 1 Punkt dla Danej Druzyny
INFO_6 = Dostepne Komendy:
INFO_7 = - /help - Otworzy sie Konsola z Informacjami o Modzie
INFO_8 = - /reset - Resetuje Mecz [ Tylko dla Adminow! ]

I could be something wrong, pls check :)

Luchoo.MC
09-06-2010, 18:46
Nice Mod!

georgik57
09-06-2010, 20:27
nice job dude
thanks for making it public

Freedom
09-07-2010, 03:03
maybe you should add some screen shots =)

awptions
09-07-2010, 03:35
Invalid Attachment specified. If you followed a valid link, please notify the administrator (http://forums.alliedmods.net/sendmessage.php)

Whenever I click on lang.zip, to download it.

chaosmedia90
09-07-2010, 03:52
Invalid Attachment specified. If you followed a valid link, please notify the administrator (http://forums.alliedmods.net/sendmessage.php)

Whenever I click on lang.zip, to download it.

for me work ...
http://i52.tinypic.com/27y62p.jpg
maybe problems with forum

Freedom
09-07-2010, 03:52
Invalid Attachment specified. If you followed a valid link, please notify the administrator (http://forums.alliedmods.net/sendmessage.php)

Whenever I click on lang.zip, to download it.

try now ;)

awptions
09-07-2010, 03:56
Works now.
Thanks

Erdener
09-07-2010, 05:24
Maps: Download Link (http://www.mapping.ro/infusions/pro_download_panel/download.php?catid=19)

Broken link :(

Freedom
09-07-2010, 05:46
Works now.
Thanks

np and have fun ^^

Freedom
09-07-2010, 05:49
Broken link :(

Server where you can test that: 195.225.59.12:27015
when u join, it will download the map ^^

chaosmedia90
09-07-2010, 06:02
Broken link :(

Its not broken ...

http://www.mapping.ro/infusions/pro_download_panel/download.php?catid=19

r14170
09-07-2010, 06:33
Bulgarian Translation:

[bg]

FILE_LOADED = Faila ^"%s^" zaredi uspeshno!
FILE_NOT_FOUND = Greshka! Faila ^"%s^" ne e nameren!
WILL_HAVE_BALL = ^n%s shte ima topkata sled ^n[%d] sekundi!
RED_TEAM_SLAY = Cherveniq otbor umrq!^nZashtoto %s beshe na terena na protivnicite!
BLUE_TEAM_SLAY = Siniq otbor umrq!^nZashtoto %s beshe na terena na protivnicite!
RED_TEAM_WIN = Posledniq igrach v koito beshe topkata: %s!^nCherveniq otbor pecheli 1 tochka!
RED_TEAM_SCORE = Rezultat: Cherveniq otbor: %d | Siniq otbor: %d
BLUE_TEAM_WIN = Posledniq igrach v koito beshe topkata: %s!^nSiniq otbor pecheli edna tochka!
BLUE_TEAM_SCORE = Rezultat: Siniq otbor: %d | Cherveniq otbor: %d
WELCOME_MSG1 = Zdravei %s, dobre doshal v %s!
WELCOME_MSG2 = Tozi sarvar izpolzva VolleyBall Mod ot [email protected]!
HUD_SCOREBOARD = Obsht rezultat: %d^nOtboren rezultat:^nSini: %d | Cherveni: %d^nOstavashto vreme: %d:%02d^nIgrachi: %d/%d
DONT_HAVE_ACCESS = Nqmash dostap do tazi komanda!
GAME_WILL_START = Igrata shte zapochne sega!
GAME_WILL = Igrata shte zapochne sega!
CANNOT_SUICIDE = Nemojesh da se samoubiesh v tozi sarvar :)
INFO_1 = Volley Ball Mod napraven ot [email protected]
INFO_2 = Tova e prosto voleybol. Vseki znae kak se igrae :)
INFO_3 = Kogato runda zapochne, shte izbere sluchaen igrach i shte pusne topkata nad glavata mu
INFO_4 = Naatiskaiki SPACE kogato topkata idva kam teb i zadurjaiki agala na mernika kum protivnikoviq teren, topkata shte varvi tam kudeto ti e nasochen mernika
INFO_5 = Kogato otbor udari topkata i tq se udari v protivnikoviq teren shte imat 1 frag + 1 tochka otboren rezultat
INFO_6 = Komandi za chata:
INFO_7 = - /help - shte otvori conzolata s info za igrata
INFO_8 = - /reset - restartira macha [samo admini]

benjibau
09-07-2010, 06:55
For more realism After the ball touch the ground why not give a new ball and don't kill team who lose the point and after X seconds you can give a new ball at the team who winning the point.

loKkdoKk
09-07-2010, 08:28
hello all,update the archive with the languages, as languages have been added Russian (my translation) and Bulgarian (translated r14170)

Freedom
09-07-2010, 09:27
dont post lang here!!
use http://forums.alliedmods.net/showthread.php?t=137534

loKkdoKk
09-07-2010, 10:12
thanks

mixSenna
09-08-2010, 10:45
Brazilian Portuguese
[bp]

FILE_LOADED = Arquivo ^"%s^" carregado com sucesso!
FILE_NOT_FOUND = Erro! Arquivo ^"%s^" nao foi achado!
WILL_HAVE_BALL = ^n%s vai ter a bola em ^n[%d] segundos!
RED_TEAM_SLAY = Time vermelho morreu!^nPois %s estava no lado inimigo!
BLUE_TEAM_SLAY = Time azul morreu!^nPois %s estava no lado inimigo!
RED_TEAM_WIN = Ultimo jogador que esteve com a bola: %s!^nTime vermelho ganhou 1 ponto!
RED_TEAM_SCORE = Placar: Time vermelho: %d | Time azul: %d
BLUE_TEAM_WIN = Ultimo jogador que esteve com a bola: %s!^nTime azul ganhou 1 ponto!
BLUE_TEAM_SCORE = Placar: Time azul: %d | Time vermelho: %d
WELCOME_MSG1 = Oi %s, bem-vindo ao %s!
WELCOME_MSG2 = Este server esta usando VoleiBall MOD feito por: [email protected]!
HUD_SCOREBOARD = Placar total: %d^nPlacar dos times:^nAzul: %d | Vermelho: %d^nFaltando: %d:%02d^nJogadores: %d/%d
DONT_HAVE_ACCESS = Voce nao tem acesso a este comando!
GAME_WILL_START = O jogo vai comecar agora!
GAME_WILL = O jogo vai comecar agora!
CANNOT_SUICIDE = Voce nao pode se suicidar aqui :)
INFO_1 = VoleiBall Mod feito por: [email protected]
INFO_2 = E apenas Volei. Todos sabem como se joga volei :)
INFO_3 = Quando o round comeca, voce escolhe 1 jogador que a bola vai cair sobre a cabeca.
INFO_4 = Aperte ESPACO quando a bora estiver vindo e ajeite o angulo de sua mira para o lado adversario.
INFO_5 = Quando um time acerta o chao do campo do adversario eles ganham 1 frag +1 ponto para o time!
INFO_6 = Comandos do CHAT:
INFO_7 = - /help - para mais informacoes sobre!
INFO_8 = - /reset - recomecar o jogo [Apenas ADMINS]

Erdener
09-08-2010, 10:56
Brazilian Portuguese


dont post lang here
use Click Here.! (http://forums.alliedmods.net/showthread.php?t=137534)

chaosmedia90
09-09-2010, 15:42
Check new video :)

http://www.youtube.com/watch?v=sh5BLdlohBM&feature=player_embedded

Lawer
09-10-2010, 17:44
This mod have some bug, the round start and the ball touch the ground doesn't die the team that has the ball, sorry my inglish

loKkdoKk
09-11-2010, 11:19
maps for volleyball mod (http://rapidshare.com/files/418442870/maps_for_volleyball_mod.rar)

chaosmedia90
09-11-2010, 14:16
my new map

vb_snow

http://www.mapping.ro/infusions/pro_download_panel/images/2__11.jpg
download : http://www.mapping.ro/infusions/pro_download_panel/download.php?did=247 or http://www.fpsbanana.com/maps/144670

eclipse*aus*
09-16-2010, 11:52
ok every once in a while i have to restart the server cause teams dont die!!!

why is that???????

Excalibur.007
09-18-2010, 01:35
I like this mod. But isn't it a bad thing to use 2 big module @ once?(Engine & FakeMeta)

snowyledge
09-25-2010, 11:23
This is a pretty good plugin. Cause4Alarm is still better (My opinion)

Erdener
09-27-2010, 14:15
Here download vb maps

Click Here (http://www.fpsbanana.com/mapcats/5040)

prens_64
09-27-2010, 17:30
Does it work cs 1.5 ?

One
10-12-2010, 07:37
i have no idea why its so but after a goal nobody die! its like all users have Godmode but when i attack other users, i can kill em.

here my plugins.ini ( no errors )


irren-rank.amxx ; Irrenhaus Ranksystem
uaio_admin.amxx
uaio_manager.amxx
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
;adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin
;adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
;imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
deagsmapmanager.amxx ; Mapchooser
timeleft.amxx ; displays time left on map
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)
amxmod_compat.amxx ; AMX Mod backwards compatibility layer
//============================================= =======
// Sec. Plugins
//============================================= =======
;galileo.amxx ;Mapchooser
amx_super.amxx ; Amxsuper
amx_super_menu.amxx ; Supermenu
clockmaker_v1.1.amxx ; Clock
allchat.amxx ; ALLCHAT!
magic_marker.amxx ; Paint
dontsayips.amxx ; DONT ADVERT
jedigrab.amxx ; Grab
GHW_GHR.amxx ; Hook
jedigrab.amxx ; Grab
mutemenu.amxx ; Mute
customflashlight.amxx ; Flashlight
in_game_ads.amxx ; Advert
connect_msg.amxx ; Connectmessages
antisilentrun.amxx ; Russen-Duck blocker
throwing_knives.amxx ; Throwing knife
GHW_Disco.amxx ; Disco
Vexd_Disco.amxx ; Discokugel ( Hellokitty )
day_light.amxx ; Day light
mapsearch.amxx ; Mapsearcher
VolleyBallMod.amxx ; Volleyball
semiclip.amxx ; Semi
mute_sound.amxx ; Block background sounds

tried to disable amxsuper, but its the same oO

stevenisecko138
10-12-2010, 14:47
i have no idea why its so but after a goal nobody die! its like all users have Godmode but when i attack other users, i can kill em.

here my plugins.ini ( no errors )


irren-rank.amxx ; Irrenhaus Ranksystem
uaio_admin.amxx
uaio_manager.amxx
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
;adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
plmenu.amxx ; players menu (kick, ban, client cmds.)
;telemenu.amxx ; teleport menu (Fun Module required!)
mapsmenu.amxx ; maps menu (vote, changelevel)
pluginmenu.amxx ; Menus for commands/cvars organized by plugin
;adminchat.amxx ; console chat commands
antiflood.amxx ; prevent clients from chat-flooding the server
scrollmsg.amxx ; displays a scrolling message
;imessage.amxx ; displays information messages
adminvote.amxx ; vote commands
nextmap.amxx ; displays next map in mapcycle
;mapchooser.amxx ; allows to vote for next map
deagsmapmanager.amxx ; Mapchooser
timeleft.amxx ; displays time left on map
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands
restmenu.amxx ; restrict weapons menu
statsx.amxx ; stats on death or round end (CSX Module required!)
miscstats.amxx ; bunch of events announcement for Counter-Strike
stats_logging.amxx ; weapons stats logging (CSX Module required!)
amxmod_compat.amxx ; AMX Mod backwards compatibility layer
//============================================= =======
// Sec. Plugins
//============================================= =======
;galileo.amxx ;Mapchooser
amx_super.amxx ; Amxsuper
amx_super_menu.amxx ; Supermenu
clockmaker_v1.1.amxx ; Clock
allchat.amxx ; ALLCHAT!
magic_marker.amxx ; Paint
dontsayips.amxx ; DONT ADVERT
jedigrab.amxx ; Grab
GHW_GHR.amxx ; Hook
jedigrab.amxx ; Grab
mutemenu.amxx ; Mute
customflashlight.amxx ; Flashlight
in_game_ads.amxx ; Advert
connect_msg.amxx ; Connectmessages
antisilentrun.amxx ; Russen-Duck blocker
throwing_knives.amxx ; Throwing knife
GHW_Disco.amxx ; Disco
Vexd_Disco.amxx ; Discokugel ( Hellokitty )
day_light.amxx ; Day light
mapsearch.amxx ; Mapsearcher
VolleyBallMod.amxx ; Volleyball
semiclip.amxx ; Semi
mute_sound.amxx ; Block background soundstried to disable amxsuper, but its the same oO

amx_super?

One
10-12-2010, 15:38
amx_super?
huh? what do you mean?
r u asking for amx super or do you mean that the problem caused by amxsuper?

how i wrote i disabled amxsuper too & the same problem!

stevenisecko138
10-12-2010, 16:35
huh? what do you mean?
r u asking for amx super or do you mean that the problem caused by amxsuper?

how i wrote i disabled amxsuper too & the same problem!


Uaio and amx_super those are the only to addons i know of that has god mode try to disable them

One
10-12-2010, 19:03
Uaio and amx_super those are the only to addons i know of that has god mode try to disable them
ummm.. i think its uaio.
i will try it btw. the problem is i can knife & kill & nobody has godmode oO
i think there is anything wrong with UTIL_SlayTeam stock.

i will try it without uaio & if this dosent work, i will change the code & try it with fakedamage.

^SmileY
10-12-2010, 19:29
//Brazilian

//Brazilian
[bp]

FILE_LOADED = Arquivo ^"%s^" carregado!
FILE_NOT_FOUND = Arquivo ^"%s^" nao encontrado!
WILL_HAVE_BALL = ^n%s Tera a posse de bola em ^n[%d] segundos!
RED_TEAM_SLAY = Time vermelho morreu!^nPor que %s acertou a bola no terrtorio inimigo!
BLUE_TEAM_SLAY = Time azul morreu!^nPor que %s acertou a bola no terrtorio inimigo!
RED_TEAM_WIN = O ultimo jogador com posse de bola foi: %s!^nO time vermelho tem 1 ponto!
RED_TEAM_SCORE = Score: Time Vermelho: %d | Time Azul: %d
BLUE_TEAM_WIN = O ultimo jogador com posse de bola foi: %s!^nO time azul tem 1 ponto!
BLUE_TEAM_SCORE = Score: Time Azul: %d | Time Vermelho: %d
WELCOME_MSG1 = Ola %s, Bem-Vindo ao %s!
WELCOME_MSG2 = Servidor rodando VolleyBall Mod - By [email protected]!
HUD_SCOREBOARD = Score Total: %d^nTeam Score:^nAzul: %d | Vermelho: %d^nTimeleft: %d:%02d^nJogadores: %d/%d
DONT_HAVE_ACCESS = Sem acesso a este comando!
GAME_WILL_START = Iniciando o jogo!
GAME_WILL = O jogo sera iniciado em!
CANNOT_SUICIDE = Voce nao pode se matar nesse servidor :)
INFO_1 = Volley Ball Mod made by [email protected]
INFO_2 = Isso e volley. Todos tem que jogar volley :)
INFO_3 = Quando o round comecar, Sera escolhido um jogador qualquer para comecar com a bola
INFO_4 = Aperte ESPACO quando a bola vir para voce e mire no territorio inimigo
INFO_5 = Se voce acertar a bola no territorio inimigo, voce ganha +1 frag e + 1 ponto no time
INFO_6 = Comandos de chat:
INFO_7 = - /help - Abrira o console com ajuda sobre o Volley Ball Mod!
INFO_8 = - /reset - Reiniciar o jogo [Apenas Para Admins]

renato127
10-12-2010, 21:34
There is a bug, when ct won , tr die, but when tr won, ct dont die and i have to say /reset.

One
10-12-2010, 21:58
There is a bug, when ct won , tr die, but when tr won, ct dont die and i have to say /reset.
post your plugins.ini

he has the same problem :-))

renato127
10-13-2010, 12:58
hmm , I just restart the server and the bug disappear.
Everything is fine now.

hackingsoft7
10-13-2010, 16:09
for other guys who said it's a damn bug, isn't you need to have perfect vb_ maps, not recently released vb_ maps. The problem is caused when players make vb_ maps wont set func_breakable flag and target correct so bugs come with map. Plugin is based on func_breakable touch, if map doesn't have func_breakable nobody will die and score too. So be careful with volley ball maps

One
10-13-2010, 18:36
hmm , I just restart the server and the bug disappear.
Everything is fine now.
the same here oO

renato127
10-13-2010, 18:42
for other guys who said it's a damn bug, isn't you need to have perfect vb_ maps, not recently released vb_ maps. The problem is caused when players make vb_ maps wont set func_breakable flag and target correct so bugs come with map. Plugin is based on func_breakable touch, if map doesn't have func_breakable nobody will die and score too. So be careful with volley ball maps Of course, but the problem is that, before I restart server, vb_equation wasnt working, but after, everything is fine.
Isnt it a little strange?
I thinks it isnt only a "map problem".

n31inh0
10-27-2010, 16:30
best volleyball mod:
Video: http://www.youtube.com/watch?v=XlZht6vzkVE&feature=related

I want to play, easy game and more simple :wink:

I am Portuguese :)

chaosmedia90
10-28-2010, 15:12
best volleyball mod:
Video: http://www.youtube.com/watch?v=XlZht6vzkVE&feature=related

I want to play, easy game and more simple :wink:

I am Portuguese :)

that its soccerjam , just other map

n31inh0
10-31-2010, 08:52
is not soccerjam

You see the player's hand is real. mod loads

kamilzxc1
01-09-2011, 13:01
I come from Polish and I know only the basics of English.

I have one question : how to change language in this mod?

I need a quick answer.

Larcyn
01-09-2011, 13:37
Swedish Translation:
Not sure if its called [se] or something else :)

[se]

FILE_LOADED = Filen laddade utan problem!
FILE_NOT_FOUND = Fel! ^"%s^" finns inte!
WILL_HAVE_BALL = ^n%s har bollen om^n[%d] sekunder!
RED_TEAM_SLAY = Det r'o'da laget dog!^nF'o'r att %s de var pa motstandarnas sida!
BLUE_TEAM_SLAY = Det bla laget dog!^nF'o'r att %s de var pa motstandarnas sida!
RED_TEAM_WIN = Den sista personen med bollen var: %s!^nR'o'da laget fick 1 po'a'ng!
RED_TEAM_SCORE = Po'a'ng: R'o'da laget: %d | Bla Laget: %d
BLUE_TEAM_WIN = Den sista spelaren med bollen var: %s!^nBla laget fick 1 po'a'ng!
BLUE_TEAM_SCORE = Po'a'ng: Bla Laget: %d | R'o'da laget: %d
WELCOME_MSG1 = Hej %s, v'a'lkommen till %s!
WELCOME_MSG2 = Denna servern anv'a'nder Volleyboll Mod som 'a'r gjord av [email protected]!
HUD_SCOREBOARD = Po'a'ng totalt: %d^nLag po'a'ng:^nBla: %d | R'o'd: %d^nTid kvar: %d:%02d^nSpelare: %d/%d
DONT_HAVE_ACCESS = Du har inte beh'o'righet till det kommandot.
GAME_WILL_START = Spelet kommer starta nu!
GAME_WILL = Spelet kommer starta nu!
CANNOT_SUICIDE = Du kan inte ta sj'a'lvmord!
INFO_1 = Volleyboll Mod gjord av [email protected]
INFO_2 = Det 'a'r bara Volleyboll. Alla vet hur man spelar Volleyboll :)
INFO_3 = N'a'r rundan startar, kommer en spelare att fa en boll over hans huvud.
INFO_4 = Tryck pa MELLANSLAG n'a'r bollen kommer till dig och sikta vart du vill skjuta bollen med ditt sikte.
INFO_5 = N'a'r ett lag kastar bollen till motstandarnas sida kommer de fa ett lag po'a'ng!
INFO_6 = Chat kommandon:
INFO_7 = - /help - 'o'ppnar din konsol och hj'a'lper dig med VolleyBall Modet.
INFO_8 = - /reset - Startar om matchen [Bara f'o'r admins]

kamilzxc1
01-09-2011, 14:14
I still do not get a response...

WaLkMaN
01-27-2011, 16:23
Can you say me what is "cademingea" ???

georgik57
01-28-2011, 07:33
Can you say me what is "cademingea" ???
cade mingea = the ball is falling

Bielu
01-30-2011, 06:33
yeeaa amazing plugin :D GJ !!!

lqlqlq
02-04-2011, 10:34
In next version, please add team semiclip!
http://img696.**************/img696/4256/51986620.jpg - and i get overflowed on client, maybe its a thunder lighting.. please fix it!

chaosmedia90
02-06-2011, 04:17
tuty do not want update that plugin ...
i try talk with him and i come with reply

Capell
02-06-2011, 06:55
[dk]
FILE_LOADED = Fil ^"%s^" er indlaest korrekt
FILE_NOT_FOUND = Fejl! Fil ^"%s^" ikke fundet
WILL_HAVE_BALL = ^n%s vill faa bolden om^n[%d] sekunder!
RED_TEAM_SLAY = Roedt hold doede!^nFordi %s var paa fjendens omraade!
BLUE_TEAM_SLAY = Blaat hold doede!!^nFordi %s var paa fjendens omraade!
RED_TEAM_WIN = Sidste spiller som havde bolden er: %s!^nRoedt hold vinder 1 point!
RED_TEAM_SCORE = Score: Roedt hold: %d | Blaat hold: %d
BLUE_TEAM_WIN = Sidste spiller som havde bolden er: %s!^nBlaat hold vinder 1 point!
BLUE_TEAM_SCORE = Score: Blaat hold: %d | Roedt hold: %d
WELCOME_MSG1 = Hej %s, velkommen til %s!
WELCOME_MSG2 = Denne server bruger VolleyBall Mod lavede af [email protected]!
HUD_SCOREBOARD = Total score: %d^nHold score:^nBlaa: %d | Roed: %d^nTid tilbage: %d:%02d^nSpillere: %d/%d
DONT_HAVE_ACCESS = Du har ikke adgang til denne kommando!
GAME_WILL_START = Spillet starter nu!
GAME_WILL = Spillet starter nu!
CANNOT_SUICIDE = Du kan ikke goere selvmord paa denne server :)
INFO_1 = Volley Ball Mod lavede af [email protected]
INFO_2 = er bare Volley. Alle ved hvordan man spiller volley :)
INFO_3 = Naar runden slutter, vil en tilfaeldig person blive valgt og vil have bolden over hans hoved
INFO_4 = Tryk SPACE naar bolden kommer til dig og hold dit sigtekorn inden for fjendens omraade angle og bolden vil gaa derhen hvor dit sigtekorn er.
INFO_5 = Naar et hold taber bolden paa fjendes omraade vil de have +1 Frag + 1 point i hold score
INFO_6 = Chat kommandoer:
INFO_7 = - /help - vil aabne konsolen med info omkring dette mod!
INFO_8 = - /reset - restart kampen [kun admin]

aakiller
06-24-2011, 22:57
Anyone know how to switch space button that's being used in the game to mouse clicking instead since its more legit:S?

deejay87
07-03-2011, 17:01
Hi

The link for maps is dead , someone have another one ?

w2rning
07-03-2011, 20:24
semiclip../?

manguedebol
08-17-2011, 09:02
maps ? please

modernwarfare
08-17-2011, 12:20
wow that is so fkn cooool

xbatista
08-25-2011, 10:17
Players get kicked very often using this mod, they get 'Reliable channel overflow'. Just tested other mods like SJ, Dodgeball and worked fine , no kicks. While using this half of players getting kick.

Btw this mod still supported?

Napoleon_be
08-28-2011, 17:17
Awesome plugin!

maoxianxie
08-30-2011, 08:47
It fits me well, thanks.

Ujama
12-29-2011, 13:23
have prob with "HUD_SCREENBOARD" :S what todo ?

tuty
04-14-2012, 11:51
Players get kicked very often using this mod, they get 'Reliable channel overflow'. Just tested other mods like SJ, Dodgeball and worked fine , no kicks. While using this half of players getting kick.

Btw this mod still supported?

update soon

akcaliberg
04-14-2012, 15:27
very good idea. I hope It will be approved soon

Mavefus
07-03-2012, 16:59
Sorry for posting there, but I have small problem with that mod. Does someone have a plugin, which blocked players who want go straight on behind the net? Becauase novice players on my server, who don't know rules are running behind the net and their team is going to dead...

Help please ;p

luki1412
11-14-2012, 15:05
There is a bug, if you are selected as the one getting the ball and you write kill into the console or you will disconnect... nothing happens... ball will not be dropped.


maps here:
http://www.17buddies.net/17b2/View/Maps/Gam/1/Mod/1/Cat/10/Fnd/0/Pag/1/vb_

quark
11-15-2012, 17:18
Nice :D

luki1412
11-21-2012, 16:33
Hm after a while of using this plugin, it stops killing Ts. Thats too bad.
There is an error in log, Ill enable debug.

Cheezpuff
11-21-2012, 18:37
Nice Work.

Link Maps Wrong.
Some against some of the map?
VS?

luki1412
11-25-2012, 15:18
L 11/24/2012 - 23:31:33: [FAKEMETA] Invalid entity
L 11/24/2012 - 23:31:33: [AMXX] Displaying debug trace (plugin "VolleyBallMod.amxx")
L 11/24/2012 - 23:31:33: [AMXX] Run time error 10: native error (native "pev")
L 11/24/2012 - 23:31:33: [AMXX] [0] VolleyBallMod.sma::ForwardBallTouchFloor (line 650)

set_pev( iBall, pev_flags, pev( iBall, pev_flags ) | FL_KILLME );

Cheezpuff
11-28-2012, 17:23
i ask somethings

how many play can into to map
10vs10?

P1raten
12-01-2012, 15:01
Swedish translation, was kinda hard to translate since the english translation was pretty shitty.
[SE]
FILE_LOADED = Filen ^"%s^" laddad!
FILE_NOT_FOUND = Error! Filen ^"%s^" inte hittad!
WILL_HAVE_BALL = ^n%s kommer få bollen om^n[%d] sekunder!
RED_TEAM_SLAY = Red team dog!^nFor att %s var pa fiendens terrang!
BLUE_TEAM_SLAY = Blue team dog!^nFor att %s var pa fiendens terrang!
RED_TEAM_WIN = Den sista spelaren som hade bollen var: %s!^nRed team vann 1 point!
RED_TEAM_SCORE = Resultat: Red Team: %d | Blue Team: %d
BLUE_TEAM_WIN = Den sista spelaren som hade bollen var: %s!^nBlue team vann 1 point!
BLUE_TEAM_SCORE = Resultat: Blue Team: %d | Red Team: %d
WELCOME_MSG1 = Hej %s, valkommen till %s!
WELCOME_MSG2 = Denna server anvander VolleyBall Mod skapad av [email protected]!
HUD_SCOREBOARD = Totalt resultat: %d^nTeam Resultat:^nBlue: %d | Red: %d^nTid kvar: %d:%02d^nSpelare: %d/%d
DONT_HAVE_ACCESS = Du har inte tillgang till det kommandot!
GAME_WILL_START = Spelet kommer starta nu!
GAME_WILL = Spelet kommer starta nu!
CANNOT_SUICIDE = Du kan inte ta livet av dig pa denna servern!
INFO_1 = Volley Ball Mod skapad av [email protected]
INFO_2 = Det e volley. Alla vet hur man spelar volley
INFO_3 = Nar rundan startar, sa kommer en slumpmassig spelare valjas och kommer att ha bollen over sitt huvud
INFO_4 = Tryck pa SPACE nar bollen kommer mot dig och holl ditt crosshair siktat mot fiendens terrang bollen aker dit du siktar ditt crosshair
INFO_5 = Nar ett team tappar bollen pa fiendens terrang sa far fienden 1 frag + 1 point i team score
INFO_6 = Chat kommandon:
INFO_7 = - /help - oppna konsolen med information om detta mod!
INFO_8 = - /reset - startar om matchen [endast admin]

Krusteff
04-05-2013, 16:54
Please, can u add this language for my country? :)
//Bulgarian
[bg]

FILE_LOADED = Failat ^"%s^" zaredi uspeshno!
FILE_NOT_FOUND = Greshka! Failat ^"%s^" ne e nameren!
WILL_HAVE_BALL = ^n%s shte bie servis sled^n[%d] sekundi!
RED_TEAM_SLAY = Chervenite izmrqha!^nZashtoto %s zabi topkata!
BLUE_TEAM_SLAY = Sinite izmrqha!^nZashtoto %s zabi topkata!
RED_TEAM_WIN = Posleden s topkata igra: %s!^nChervenite pechelqt 1 tochka!
RED_TEAM_SCORE = Rezultat: Cherveni: %d | Sini: %d
BLUE_TEAM_WIN = Posleden s topkata igra: %s!^nSinite pechelqt 1 tochka!
BLUE_TEAM_SCORE = Rezultat: Sini: %d | Cherveni: %d
WELCOME_MSG1 = Zdravei %s, dobre doshul v %s!
WELCOME_MSG2 = Tozi server izpolzva mod na [email protected]!
HUD_SCOREBOARD = Rezultat: %d^nOtbori:^nSini: %d | Cherveni: %d^nOstavashto vreme: %d:%02d^nIgrachi: %d/%d
DONT_HAVE_ACCESS = Nqmate dostup do tazi komanda!
GAME_WILL_START = Igrata shte zapochne vseki moment!
GAME_WILL = Igrata zapochva sega!
CANNOT_SUICIDE = Ne mojesh da se samoubiesh v tozi server :)
INFO_1 = Volleyball mod ot [email protected]
INFO_2 = Tova e prosto Volleyball, vseki znae kak da go igrae :)
INFO_3 = Kogato runda zapochne, moda shte izbere edin igrach i shte pusne topkata nad glavata mu
INFO_4 = Kogato natisnesh SPACE butona topkata shte otide v protivnikovoto pole spored tova kude si nasochil mernika
INFO_5 = Kogato igrach prehvurli topkata v protivnikovoto pole otborut mu shte poluchi 1 tochka i po 1 frag za vseki
INFO_6 = Chat komandi:
INFO_7 = - /help - shte otvori menuto s pomoshnite usloviq
INFO_8 = - /reset - restartira macha [samo za admini]

Jhob94
04-05-2013, 17:47
[pt]

FILE_LOADED = Ficheiro ^"%s^" carregado com sucesso!
FILE_NOT_FOUND = Erro! O Ficheiro ^"%s^" não foi encontrado!
WILL_HAVE_BALL = ^n%s vai receber a bola em^n[%d] segundos!
RED_TEAM_SLAY = A Equipa Vermelha Perdeu!^nPorque %s estava em território inimigo!
BLUE_TEAM_SLAY = A Equipa Azul Perdeu!^nPorque %s estava em território inimigo!
RED_TEAM_WIN = O último jogador que teve a bola foi: %s!^nA Equipa Vermelha ganhou 1 ponto!
RED_TEAM_SCORE = Score: Equipa Vermelha: %d | Equipa Azul: %d
BLUE_TEAM_WIN = O último jogador que teve a bola foi: %s!^nA Equipa Azul ganhou 1 ponto!
BLUE_TEAM_SCORE = Score: Equipa Azul: %d | Equipa Vermelha: %d
WELCOME_MSG1 = Boas %s, bem-vindo ao %s!
WELCOME_MSG2 = Este server está a usar VolleyBall Mod feito pelo [email protected]!
HUD_SCOREBOARD = Score Total: %d^nScore de Equipa:^nAzul: %d | Vermelha: %d^nTempo Restante: %d:%02d^nJogadores: %d/%d
DONT_HAVE_ACCESS = Não tens acesso a esse comando!
GAME_WILL_START = The game will start now!
GAME_WILL = O jogo vai começar!
CANNOT_SUICIDE = Não te podes matar neste server :)
INFO_1 = Volley Ball Mod feito por [email protected]
INFO_2 = É apenas volley. Todos sabem como se joga volley :)
INFO_3 = Quando a ronda começar, um jogador aleatoriamente será escolhido e a bola cairá por cima dele.
INFO_4 = Pressiona no Espaço quando a bola estiver a cair e aponta a mira para o terreno inimigo, a bola vai para aonde a mira estiver apontada.
INFO_5 = Quando uma equipa atira a bola para o chão do terreno inimigo, ganha 1 frag e 1 ponto no score da Equipa
INFO_6 = Comandos do Chat:
INFO_7 = - /help - vai abrir a consola com esta informação sobre este mod!
INFO_8 = - /reset - Recomeça a Partida[Apenas Admins]

luki1412
04-10-2013, 14:59
2 major bugs in there- The ball is not killing players always.

-There is no check when the ball should be dropped. I mean it checks, when countdown starts, but its 5s and player can leave. It wont drop the ball and game's stuck.

luki1412
04-10-2013, 15:30
I managed to fix the second bug.

SMA attached.

EDIT: Other changes include:
- not ignoring bots
- only killing the player that touched enemy terrain, not their whole team
- killing players wont increase their death count but touching enemy terrain will
- the glow is a bit brighter
- showing beam before the death of the players that lost
- the first bug has been fixed in one of the amxmodx updates
- added a mapcheck so the plugin fails to load if the map isnt vb_

The language file was modified as well and needs translating.[/CODE]

enjoi.
04-11-2013, 07:47
I managed to fix the second bug.

SMA attached.

07-18-12 10:20 AM

His last online time, possibly make an ew thread?

mad_vic
04-25-2013, 04:02
Where can we find maps made for Volley Ball mod? besides http://cs.gamebanana.com/maps/cats/5040

luki1412
05-14-2013, 17:50
07-18-12 10:20 AM

His last online time, possibly make an ew thread?

Thats pointless, because this plugin is still in "New plugin submissions". I posted version with my fix, because it looks like author stopped working on it. There are 2 major bugs, one can be repaired by using my plugin and the second is caused by get_players bug. There is a plugin for that: http://forums.alliedmods.net/showthread.php?p=1297719 (http://forums.alliedmods.net/showthread.php?p=1297719)

So use mine with this fix and it will be fine. Do you still think we need another thread for this?

sami_spt
05-15-2013, 15:26
guys.. if you think you can support this plugin, PM a moderator and tell him that the author is INACTIVE.

tell him that you can support it, if he says its 'fine' then make a new thread, give the original author credits for everything he did, and give yourself credits for supporting this plugin

YamiKaitou
05-15-2013, 16:44
guys.. if you think you can support this plugin, PM a moderator and tell him that the author is INACTIVE.

tell him that you can support it, if he says its 'fine' then make a new thread, give the original author credits for everything he did, and give yourself credits for supporting this plugin

More than just that is required to get a new thread. Others can support the plugin just fine in this thread

gean22
05-18-2013, 23:01
Map change will happen after this round.
Server shutting down

luki1412
06-29-2013, 16:38
Map change will happen after this round.
Server shutting down

Dont think that the plugin is the cause. Try to turn it off if you think its this plugin.

5aloOod
04-18-2014, 07:30
the maps link dosen't work
can you upload them in a new link ?

EDIT: NVM did not look up

M@MmAd
06-07-2014, 07:41
in the picture of the mod, the ball has a red trial
I install this mod . but the ball for me dont has any trial
plz help me
(sry for bad english)

thanks

dhruv21995
07-27-2014, 22:13
UPDATED MAPS

Maps:
https://www.mediafire.com/?qe9y95jg9jnh3y1

sandrucolazo
01-14-2015, 06:42
Man, I have a problem and is this:
-I have polymorph(for multimod) and the problem happens when the server is in one map/one mod and then, I want to change a mod with new map obviously, and Got crashed...
-The problem occurs since I installed the mod Volleyball and with this, I have 10 modes
-Any asnwer to resolve?

waza123a
07-15-2015, 12:26
for map (.bsp) makers:

CT floor must be:
* Tie to Entity
* Classname: func_breakable
* Add new key: target , value: CT
* Flags: Only Trigger

For T the same, change CT to T.

WAR3DM
05-27-2016, 04:40
Any servers for this? Looks fun

Neon123
01-19-2017, 20:56
map link down

Marinovv327
06-14-2021, 08:42
Thanks a lot for the mod! I've been playing Volleyball on CS 1.6 since I was a child, but over time all the servers of this mod got lost. Now I have launched a new volleyball server. If anyone wants to join, write to Google Volleyball Servers.

Marinovv327
06-14-2021, 08:43
Any servers for this? Looks fun



93.123.18.82:27017 here it is

IC3k1ng
03-18-2023, 15:54
Any servers for this? Looks fun
Im reviving this gamemode with my server, you can join if you want.
45.235.99.34:27029 - it is at my signature too.

Rivotril
03-22-2023, 01:31
Im reviving this gamemode with my server, you can join if you want.
45.235.99.34:27029 - it is at my signature too.

This barely works in a multimod, we'll see what mod you're running in a month.

IC3k1ng
03-22-2023, 09:26
This barely works in a multimod, we'll see what mod you're running in a month.
Thanks for your appreciation at my works. I was thinking to make a Dodgeball server too.