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

team system


Post New Thread Reply   
 
Thread Tools Display Modes
QuickDroLLL
Senior Member
Join Date: Dec 2021
Location: AMX Mod X Land
Old 05-11-2023 , 10:30   Re: team system
Reply With Quote #11

Quote:
Originally Posted by XPERA View Post
I want help
as mlibre said everything is messed up you need to tell us where you got this plugin

Last edited by QuickDroLLL; 05-11-2023 at 10:31.
QuickDroLLL is offline
XPERA
Member
Join Date: Nov 2022
Old 05-11-2023 , 11:07   Re: team system
Reply With Quote #12

Quote:
Originally Posted by QuickDroLLL View Post
as mlibre said everything is messed up you need to tell us where you got this plugin
On a Turkish cs 1.6 forum page
XPERA is offline
XPERA
Member
Join Date: Nov 2022
Old 05-19-2023 , 12:28   Re: team system
Reply With Quote #14

Quote:
Originally Posted by mlibre View Post
share the source
https://forum.csduragi.com/eklentile...mod-t6202.html
XPERA is offline
XPERA
Member
Join Date: Nov 2022
Old 05-19-2023 , 13:09   Re: team system
Reply With Quote #15

Plugin not working in deathmatch mode

Last edited by XPERA; 05-19-2023 at 13:09.
XPERA is offline
QuickDroLLL
Senior Member
Join Date: Dec 2021
Location: AMX Mod X Land
Old 05-19-2023 , 13:42   Re: team system
Reply With Quote #16

Quote:
Originally Posted by XPERA View Post
Plugin not working in deathmatch mode
use this its same as you shared but its only for english: https://forums.alliedmods.net/showthread.php?t=169907
You can change it for turkish if you want its easyto edit
QuickDroLLL is offline
XPERA
Member
Join Date: Nov 2022
Old 05-19-2023 , 14:24   Re: team system
Reply With Quote #17

I'm looking for deathmatch mod I don't use jailbreak mod

Last edited by XPERA; 05-19-2023 at 14:25.
XPERA is offline
QuickDroLLL
Senior Member
Join Date: Dec 2021
Location: AMX Mod X Land
Old 05-19-2023 , 18:40   Re: team system
Reply With Quote #18

Quote:
Originally Posted by XPERA View Post
I'm looking for deathmatch mod I don't use jailbreak mod
its work for any mode its just made specify on jailbreak but its can be used in any mode
QuickDroLLL is offline
XPERA
Member
Join Date: Nov 2022
Old 05-19-2023 , 19:04   Re: team system
Reply With Quote #19

Quote:
Originally Posted by QuickDroLLL View Post
its work for any mode its just made specify on jailbreak but its can be used in any mode
157 new g_pWeaponDropCost;
164 new g_pWeaponDropMax;
171 new g_pWeaponDropPerLevel;
205 g_pWeaponDropCost = register_cvar( "jb_weapondrop_cost", "20" );
212 g_pWeaponDropMax = register_cvar( "jb_weapondrop_max", "10" );
219 g_pWeaponDropPerLevel = register_cvar( "jb_weapondrop_per", "1" );
323 new iChance = aData[ GangWeaponDrop ] * get_pcvar_num( g_pWeaponDropPerLevel );
701 iLen += formatex( szMenu[ iLen ], 511 - iLen, "\r5. \wWeapon Drop Upgrade [\rCost: \y%i Points\w] \y[Level:%i/%i]^n", get_pcvar_num( g_pWeaponDropCost ), aData[ GangWeaponDrop ], get_pcvar_num( g_pWeaponDropMax ) );
816 if( aData[ GangWeaponDrop ] == get_pcvar_num( g_pWeaponDropMax ) )
823 new iRemaining = g_iPoints[ id ] - get_pcvar_num( g_pWeaponDropCost );
1485 new iFile = fopen( szConfigsDir, "rt" );
1606 new iFile = fopen( szConfigsDir, "wt" );


the system considers these codes forbidden so it didn't work
Attached Files
File Type: sma Get Plugin or Get Source (jb_gangs.sma - 30 views - 44.6 KB)
XPERA 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 19:22.


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