Raised This Month: $ Target: $400
 0% 

Soccer Jam v2.07a


Post New Thread Reply   
 
Thread Tools Display Modes
polo7
Junior Member
Join Date: Nov 2009
Location: Czech Republic
Old 07-16-2011 , 05:56   Re: Soccer Jam v2.07a
Reply With Quote #661

Quote:
Originally Posted by ConnorMcLeod View Post
Hi,

Server won't start with SJ and faketeambot ON.

If i start server without plugins, then install plugins and change map, all runs fine...

I hope somebody will have an idea on how to fix.
I have same problem
polo7 is offline
logikadimke
New Member
Join Date: Mar 2011
Old 07-28-2011 , 04:57   Re: Soccer Jam v2.07a
Reply With Quote #662

hello i have a problem
mhm maybe not problem but :/
i want to increase turbo power not to increase turbo bar .i want to get higher turbo power.
can someone help?
sorry for bad english.
logikadimke is offline
WoDzU
New Member
Join Date: Jul 2011
Old 07-28-2011 , 10:03   Re: Soccer Jam v2.07a
Reply With Quote #663

Hi,
does anyone know, how can i make a voting for maps on SJ? Ive tryed with the mapchooser plugin, but it doesnt work...
WoDzU is offline
killerftw
Senior Member
Join Date: Nov 2010
Old 08-15-2011 , 12:06   Re: Soccer Jam v2.07a
Reply With Quote #664

Quote:
Originally Posted by sjgunner View Post
SJ Powerplay mode:

Added new cvar sj_powerplay
sj_powerplay 0 - original soccerjam without changes
sj_powerplay 1 - team can score if they made some passes.
Number of passes depends on number of players in the team.
0-3 players - 0 passes (off)
3-6 - 1
6-9 - 2
>9 - 3

I've not tested plugin, not enough players on my server
But im sure it should work
Can you make one with the Anti-Hunt soccerjam :S
killerftw is offline
Old 09-29-2011, 08:41
Sshz
This message has been deleted by xPaw. Reason: Spam.
SpoilerZ
Junior Member
Join Date: Aug 2011
Location: At your house
Old 10-05-2011 , 23:49   Re: Soccer Jam v1.55
Reply With Quote #665

Quote:
Originally Posted by TiMbErLaNd View Post
I saw this and said to myself "Time for another server"

Well, you are not the only one thinking about that...
__________________
Counter-Strike: Condition Zero...Full form...Is
Counter: Counter on under n top Europe ride
Strike: Strike top right in kidney emergency
Condition: Condition over n down in top into our nose
Zero: Zero Europe ride over
SpoilerZ is offline
tulga
Junior Member
Join Date: May 2010
Old 10-11-2011 , 12:54   Re: Soccer Jam v2.07a
Reply With Quote #666

Quote:
Originally Posted by polo7 View Post
I have same problem

faketeambot.sma

public plugin_cfg(){
if(get_cvar_num("soccer_jam_online"))
set_task(0.5, "createBots", 9999);
else
set_task(0.5, "kickBots", 9999);
}

public StartRound() {
set_task(1.5, "PostStartRound", 10000);
}

......
public createBots()
public kickBots()
tulga is offline
Chaner06
New Member
Join Date: Nov 2010
Old 12-02-2011 , 17:25   Re: Soccer Jam v2.07a
Reply With Quote #667

soccerjam_t.amxx P_TIME in this, one can throw a sj_time soccerjam.amxx in?

PHP Code:
#define MODE_HALFTIME     3
#define MODE_OVERTIME     5
#define MODE_PREGAME     1
#define MAX_PLAYER 33

new GAME_MODE
new g_iTeamBall
new timer
new bool:GameOver
new TimeLeft
new Float:g_Experience[MAX_PLAYER]
new 
P_TIME

new whistle_endgame[] = "kickball/whistle_endgame.wav";

        
P_TIME register_cvar("sj_time""30")
        
        
        
register_message(g_msgTextMsg"editTextMsg")
           
TimeLeft = (get_pcvar_num(P_TIME) * 60);
           
GoalyPoints[0] = -1;
           
GAME_MODE MODE_PREGAME
           
new id;
           for(
id=1id<=maxplayers;id++)
               
g_Experience[id] = STARTING_CREDITS
               
           g_szGameTitle
[0] = 0;
    }
            
                    if(
team) {
            new 
Float:bv[3]
            if(
g_iTeamBall == 0)
            
            
            public 
BuyUpgrade(id) {
            
                if(
GAME_MODE == MODE_PREGAME || GAME_MODE == MODE_HALFTIME) {
        
        
format(mTitle,100,"%sCharacter Upgrade:^nCredits: %.0f  ",GAME_MODE==MODE_HALFTIME?"-- HALF-TIME^n":"",g_Experience[id])
        
        
menu_upgrade[id] = menu_create(mTitle"Upgrade_Handler");
        new 
x
        
for(x=1x<=UPGRADESx++)
        {
        
            switch(
GAME_MODE
    {
        case 
MODE_PREGAMEDO_MODE_PREGAME();
        case 
MODE_HALFTIMEDO_MODE_PREGAME();
        case 
MODE_GAME
        {
            new 
score_t score[T], score_ct score[CT]
        
            if(
TimeLeft == 0
            {
                if(!
ROUND) {
                    
play_wav(0whistle_endgame);
                    
TimeLeft = -1;
                    
scoreboard[0] = 0;
                    
format(scoreboard,1024,"HALF-TIME")
                    
set_task(1.0,"showHud",456321,"",0,"a",3)
                    
server_cmd("sv_restart 4")
                    
set_task(4.1,"DoHalfTimeReport",0);
                    for(
id=1;id<=maxplayers;id++) 
                        
Ready[id] = false;
                    
ROUND 1;
                }
                else {
                    if(!
GameOver
                    {
                        
GameOver true
                        
                        
if(score_t score_ct)
                            
winner T
                        
else if(score_ct score_t)
                            
winner CT
                        
                        play_wav
(0whistle_endgame);
                            
                        if(
winner) {
                            
//GAME_MODE = MODE_PREGAME
                            
scoreboard[0] = 0;
                            
format(scoreboard,1024,"Team %s ^nWINS!",TeamNames[winner])
                            
set_task(1.0,"showHud",456321,"",0,"a",3)
                            
server_cmd("sv_restart 5")
                        }
                        else {
                            
GAME_MODE MODE_SHOOTOUT
                            ShootOut 
1
                            
                            server_cmd
("sv_restart 6")
                            
scoreboard[0] = 0;
                            
format(scoreboard,1024,"Tie Game!!^nMoving into ShootOut mode.^n Team %s up first",TeamNames[ShootOut])
                            
set_task(1.0,"showHud",456321,"",0,"a",3)
                        }
                        
                    }
                }
                
moveBall(0)
            }
            else if(
TimeLeft 0) {
                new 
bteam get_user_team(ballholder>0?ballholder:ballowner)
                new 
timedisplay[32]
                
//if(TimeLeft < 60)
                //    format(timedisplay, 31, "%i", TimeLeft)
                //else {
                
new minutes TimeLeft 60
                
new seconds TimeLeft 60
                format
(timedisplay31"%i:%s%i",minutes,seconds<10?"0":"",seconds)
                
//}
                
new totPoints//Float:credits, , Float:points
                
scoreboard[0] = 0;
                for(
id=1;id<=maxplayers;id++) {
                    if(!
is_user_connected(id) || is_user_bot(id))
                        continue
                    
team get_user_team(id);
                    
totPoints floatround(g_Points[id] * 100);
                
                    
format(scoreboard,1024,"%s HALF -- %s  ^n%s - %i  |  %s - %i ^nPoints: %i ^n^n%s^n^n%s",ROUND==0?"1ST":"2ND",timedisplay,TeamNames[T],score_t,TeamNames[CT],score_ct,totPoints,temp1,team==bteam?temp2:"")
                    
                    
set_hudmessage(20255200.900.1001.01.50.10.1HUD_CHANNEL)
                    
show_hudmessage(id,"%s",scoreboard)
                }
                
TimeLeft--
            }
        }
        
//case MODE_SHOOTOUT: {
            
        //}
        
case MODE_OVERTIME
        {
            if(
TimeLeft <= 0)
            {
                
moveBall(0)
                
play_wav(0whistle_endgame);
                
OverTime++
                
GAME_MODE MODE_NONE
                server_cmd
("sv_restart 8")
                
scoreboard[0] = 0;
                
format(scoreboard,1024,"Tie Game!! ^nUp next... ^nOVERTIME Round %i",OverTime)
                
set_task(1.0,"showHud",456321,"",0,"a",6)
            }
            else {
                new 
timedisplay[32]
                new 
bteam get_user_team(ballholder>0?ballholder:ballowner)
                if(
TimeLeft 60)
                    
format(timedisplay31"%i"TimeLeft)
                else {
                    new 
minutes TimeLeft 60
                    
new seconds TimeLeft 60
                    format
(timedisplay31"%i:%s%i",minutes,seconds<10?"0":"",seconds)
                }
                
scoreboard[0] = 0;
                for(
id=1;id<=maxplayers;id++) {
                    if(!
is_user_connected(id) || is_user_bot(id))
                        continue
                    
team get_user_team(id)
                    
                    
format(scoreboard,1024,"Time Left: %s^nOVERTIME %i^n%s - %i  |  %s - %i ^n^n%s^n^n^n%s",timedisplay,OverTime,TeamNames[T],score[T],TeamNames[CT],score[CT],temp1,team==bteam?temp2:"")
                    
set_hudmessage(20255200.900.2001.01.50.10.1HUD_CHANNEL)
                    
show_hudmessage(id,"%s",scoreboard)
                }
                
TimeLeft--
            }
        }
    }
    return 
PLUGIN_HANDLED
}
public 
SetupRound() {
                        if(
g_iTeamBall == 0)
                        
moveBall(1)
                        else
                        
moveBall(0g_iTeamBall==1?2:1);
                        
                        
g_iTeamBall 0;
                        
                        
play_wav(0prepare)
                        
    return 
PLUGIN_HANDLED
}


public 
DoHalfTimeReport() {
        
    new 
idFloat:points;
    for(
id=1;id<=maxplayers;id++) {
        
points g_Points[id] / get_pcvar_float(P_POINT_MULTI);
        if(
points) {
                
            
g_Experience[id] = points;
            
//g_Points[id] = 0;
            
            //for(x=1;x<=UPGRADES;x++)
            //    Old_PlayerUpgrades[id][x] = PlayerUpgrades[id][x];
            
BuyUpgrade(id)
        }
    }
}

DO_MODE_PREGAME() 
{
    new 
teamready[TEAMS][512], teamLen[TEAMS], idteam
    
new player_name[32], teamcount[TEAMS], readycount[TEAMS]
    
    for(
id 1id<=maxplayersid++)
        if(
is_user_connected(id) && !is_user_bot(id)) {
            
team get_user_team(id)
            
get_user_name(idplayer_name31)
            
teamcount[team]++
            if(
Ready[id]) {
                
readycount[team]++
                
teamLen[team] += format(teamready[team][teamLen[team]], 511-teamLen[team], "(READY) %s^n"player_name)    
            }
            else {
                
                
teamLen[team] += format(teamready[team][teamLen[team]], 511-teamLen[team], "(WAITING) %s^n"player_name)    
            }
        }
        
        
        
        
    if(
GAME_MODE == MODE_GAME && g_Experience[id] >= 4)
    {
        new 
i;
        for(
i=1;i<UPGRADES;i++)
        
PlayerUpgrades[id][i] = 3;
        
PlayerUpgrades[id][UPGRADES] = 0;
        
        
g_Experience[id] = 0.0;
    }
    


This is one of the codes Soccerjam e LAY fails to find solution?

Last edited by Chaner06; 12-02-2011 at 17:28.
Chaner06 is offline
Snaker beatter
Veteran Member
Join Date: Sep 2011
Location: Manila, Philippines
Old 12-03-2011 , 10:39   Re: Soccer Jam v2.07a
Reply With Quote #668

Nice mod
__________________
Snaker beatter is offline
EmoKia.
Junior Member
Join Date: Jul 2011
Location: Singapore
Old 12-13-2011 , 22:04   Re: Soccer Jam v2.07a
Reply With Quote #669

hey can i suggest something? why not make soccerjam have own goals?

someone please make it for me thanks
EmoKia. is offline
EmoKia.
Junior Member
Join Date: Jul 2011
Location: Singapore
Old 12-13-2011 , 22:10   Re: Soccer Jam v2.07a
Reply With Quote #670

Quote:
Originally Posted by morteza_m2n View Post
hi

i see i new version in a server

where can i found that?

that was a different q menu and players cant knife togheter only can do this when a player have ball
hey here is the link to what u want

https://forums.alliedmods.net/showth...t=54638&page=2
EmoKia. is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 22:26.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode