Raised This Month: $12 Target: $400
 3% 

JailBreak Final Generation


Post New Thread Reply   
 
Thread Tools Display Modes
misiakool12
Member
Join Date: Apr 2016
Old 04-27-2016 , 08:54   Re: JailBreak Final Generation
Reply With Quote #21

but they are still errors in the compilation BigHorn_Items.sma : http://iv.pl/images/35412649455160269485.png ... Can you give me amxmodx 1.8.3 version you are using?

Last edited by misiakool12; 04-27-2016 at 09:32.
misiakool12 is offline
tousif
AlliedModders Donor
Join Date: Nov 2014
Location: India
Old 04-27-2016 , 10:54   Re: JailBreak Final Generation
Reply With Quote #22

Quote:
Originally Posted by misiakool12 View Post
but they are still errors in the compilation BigHorn_Items.sma : http://iv.pl/images/35412649455160269485.png ... Can you give me amxmodx 1.8.3 version you are using?
Just use the latest from amxmodx wevsite. btw I am not getting any errors .

Hornet ! Did you read the suggestion I posted ?

Last edited by tousif; 04-27-2016 at 10:54.
tousif is offline
simanovich
AlliedModders Donor
Join Date: Jun 2012
Location: Israel
Old 04-28-2016 , 12:08   Re: JailBreak Final Generation
Reply With Quote #23

Quote:
Unknown - Density values for Fog message
Just found in my 2013's damm-old plugin who found it:
PHP Code:
////////////////////////////////////////////
/// Thanks to Arkshine for this stock =] ///
////////////////////////////////////////////

stock CreateFog(iRed 127,iGreen 127,iBlue 127,iDensity 7){
    static 
msgFog;
    
    if (!
msgFog)
        
msgFog get_user_msgid("Fog");
        
    
// Fog density offsets [Thnx to DA]
    
new const fog_density[] = { 00001111835811118125586696275990101605990,
        
101685910419559111181255911118360681161960 };
    
    
// Get the amount of density
    
new dens;
    
dens = (iDensity);
        
    
// The fog message
    
message_begin(MSG_BROADCAST,msgFog,{0,0,0},0);
    
write_byte(iRed); // Red
    
write_byte(iGreen); // Green
    
write_byte(iBlue); // Blue
    
write_byte(fog_density[dens]); // SD
    
write_byte(fog_density[dens 1]); // ED
    
write_byte(fog_density[dens 2]); // D1
    
write_byte(fog_density[dens 3]); // D2
    
message_end();

__________________
simanovich is offline
ILUSION
Senior Member
Join Date: Oct 2006
Location: Argentina
Old 04-28-2016 , 22:49   Re: JailBreak Final Generation
Reply With Quote #24

1) Team menu randomly show me another menu... for example JB Ball Menu (from another plugin)
2) Some players are disconnected after first spawn (both teams). Reason: overflowed
3) Math menu doesnt appear
__________________

Last edited by ILUSION; 04-28-2016 at 22:53.
ILUSION is offline
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 04-29-2016 , 01:50   Re: JailBreak Final Generation
Reply With Quote #25

Quote:
Originally Posted by misiakool12 View Post
but they are still errors in the compilation BigHorn_Items.sma : http://iv.pl/images/35412649455160269485.png ... Can you give me amxmodx 1.8.3 version you are using?
There should be no errors. I have it compiled and running on my test server. However, I think there is some harmless warnings in there that I need to do a quick cleanup of.

Quote:
Originally Posted by tousif View Post
Just use the latest from amxmodx wevsite. btw I am not getting any errors .

Hornet ! Did you read the suggestion I posted ?
I did, I may do it if I have time.

Quote:
Originally Posted by simanovich View Post
Just found in my 2013's damm-old plugin who found it:
Thanks for this.

Quote:
Originally Posted by ILUSION View Post
1) Team menu randomly show me another menu... for example JB Ball Menu (from another plugin)
2) Some players are disconnected after first spawn (both teams). Reason: overflowed
3) Math menu doesnt appear
1) Sounds like a plugin conflict. I've seen something like that happen before but not with this plugin. Try loading other plugins after?
2) There shouldn't be any reason for overflow ... what map are you testing this on? What other plugins are you running? Post your build versions etc.
3) Math menu? You mean the Last Request game Maths Challenge? There is no menu for it, you type the answer into chat and the loser is killed.
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.

Last edited by hornet; 04-29-2016 at 01:50.
hornet is offline
ILUSION
Senior Member
Join Date: Oct 2006
Location: Argentina
Old 04-29-2016 , 14:42   Re: JailBreak Final Generation
Reply With Quote #26

Quote:
Originally Posted by hornet View Post
1) Sounds like a plugin conflict. I've seen something like that happen before but not with this plugin. Try loading other plugins after?
2) There shouldn't be any reason for overflow ... what map are you testing this on? What other plugins are you running? Post your build versions etc.
3) Math menu? You mean the Last Request game Maths Challenge? There is no menu for it, you type the answer into chat and the loser is killed.
1) Ok , I will try
2) jb_russia_v1 , last build .. later i'll give you the plugin list (im at work )
3) Ok, then is not working... we tried 2 times and nothing happens... maybe is in conflict with a chat plugin ?
__________________
ILUSION is offline
tousif
AlliedModders Donor
Join Date: Nov 2014
Location: India
Old 05-01-2016 , 02:08   Re: JailBreak Final Generation
Reply With Quote #27

-Snip-

You Forgot to remove it :p . Jailbreak_Fg_Main

Last edited by hornet; 05-01-2016 at 10:42. Reason: Removed forbidden code. Thanks for pointing it out.
tousif is offline
hornet
AMX Mod X Plugin Approver
Join Date: Mar 2010
Location: Australia
Old 05-01-2016 , 04:40   Re: JailBreak Final Generation
Reply With Quote #28

Okay that's awkward ... I don't even recall putting that in ... strange since I've never given this to anyone :/
Im at work right but when I get home I'll get rid of it and update thanks.


Update

-Fixed an API typo/bug.
-Updated items plugin - It should now handle items added via API properly. It's full extent has not been tested, so at this stage only download it from the developers section if your adding in your own items!
__________________
Quote:
vBulletin Tip #42: Not much would be accomplished by merging this item with itself.

Last edited by hornet; 05-01-2016 at 12:32.
hornet is offline
alfinsh
Junior Member
Join Date: Feb 2012
Old 05-08-2016 , 15:24   Re: JailBreak Final Generation
Reply With Quote #29

Code:
//// BigHorn_Items.sma
//
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_Items.sma(455) : warning 203: symbol is never used: "iSize2"
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_Items.sma(455) : warning 203: symbol is never used: "iSize"
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_Items.sma(455) : warning 203: symbol is never used: "iCount"
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_Items.sma(454) : warning 204: symbol is assigned a value that is never used: "szValue"
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_Items.sma(454) : warning 204: symbol is assigned a value that is never used: "szField"
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_Items.sma(453) : warning 204: symbol is assigned a value that is never used: "ArrayData2"
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_Items.sma(453) : warning 204: symbol is assigned a value that is never used: "ArrayData"
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_Items.sma(451) : warning 203: symbol is never used: "MAX_SHOP_FIELDS"
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_Items.sma(605) : warning 233: symbol "client_disconnect" is marked as deprecated: Use client_disconnected() instead.
//
// Header size:           4108 bytes
// Code size:            51956 bytes
// Data size:            35968 bytes
// Stack/heap size:      16384 bytes
// Total requirements:  108416 bytes
//
// 9 Warnings.
// Done.
//
// Compilation Time: 1,09 sec
// ----------------------------------------

//// BigHorn_JailBreak.sma
//
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\BigHorn_JailBreak.sma(91) : warning 203: symbol is never used: "g_szMdlGloves"
// Header size:           3328 bytes
// Code size:            27952 bytes
// Data size:            15740 bytes
// Stack/heap size:      16384 bytes
// Total requirements:   63404 bytes
//
// 1 Warning.
// Done.
//// JailBreak_FG_Main.sma
//
// C:\Users\xxxxxx\Desktop\addons\amxmodx\scripting\JailBreak_FG_Main.sma(96) : warning 203: symbol is never used: "g_szMdlGloves"
// Header size:           3972 bytes
// Code size:            36612 bytes
// Data size:            20764 bytes
// Stack/heap size:      16384 bytes
// Total requirements:   77732 bytes
//
// 1 Warning.
// Done.
using 1.8.3-dev-git5057

Last edited by alfinsh; 05-08-2016 at 15:34.
alfinsh is offline
quilhos
Veteran Member
Join Date: Jun 2010
Old 05-20-2016 , 08:34   Re: JailBreak Final Generation
Reply With Quote #30

There are some problems with:
PHP Code:
public CBasePlayer_Killed_PostiVictimiKiller )
{
    
/*
        <^> Remove player's alive bit.
    */
    
    
FBitClearIsAliveiVictim );
    
    
/*
            <^> Inform other plugins of the player kill player.
    */
        
    
new iReturn;
        
    
ExecuteForwardForwardHandle_PlayerKillediReturniVictim );
    
    
/*
        <^> Show message.
    */
    
    
if( iKiller && iKiller != iVictim )
    {
        Print( 
0get_user_teamiKiller ), "%L"LANG_SERVER"PLAYER_KILLED_PLAYER"GetPlayerLangNameiKiller ), GetPlayerNameiKiller ), GetPlayerLangNameiVictim ), GetPlayerNameiVictim ) );
    }
    
    
/*
        <^> Deal with boxing players.
    */
    
    
if( FBitGetIsBoxingiVictim ) )
    {
        new 
iOpponent g_iBoxOpponentiVictim ];
        
        
FBitClearIsBoxingiVictim );
        
FBitClearIsBoxingiOpponent );
        
        
set_user_renderingiVictimkRenderFxNone,00kRenderNormal);
        
set_user_renderingiOpponentkRenderFxNone,00kRenderNormal);
        
        
g_iBoxOpponentiVictim ] = 0;
        
g_iBoxOpponentiOpponent ] = 0;
    }

Error:
Code:
L 05/20/2016 - 13:24:06: Expected 1 parameters, got 2
L 05/20/2016 - 13:24:06: [AMXX] Displaying debug trace (plugin "BigHorn_Jailbreak.amxx")
L 05/20/2016 - 13:24:06: [AMXX] Run time error 10: native error (native "ExecuteForward")
L 05/20/2016 - 13:24:06: [AMXX]    [0] BigHorn_Jailbreak.sma::CBasePlayer_Killed_Post (line 703)
And when a player kills another in a box match in the chat theres a bug in the GetPlayerLangName, because the player who gets killed its called guard and not prisoner.
__________________
ELO RATING SYSTEM - SQL [COMPLETE]
Quote:
Originally Posted by Liverwiz View Post
DDDRRRRAAAAMMMMAAAAA!!!???

Put this shit on pause while i go get some popcorn!!
quilhos is offline
Reply


Thread Tools
Display Modes

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 06:03.


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