Raised This Month: $ Target: $400
 0% 

Upgrades Mod 2.0


Post New Thread Reply   
 
Thread Tools Display Modes
Ramzik
Junior Member
Join Date: Jul 2009
Old 08-31-2010 , 11:25   Re: Upgrades Mod 2.0
Reply With Quote #181

I have a problem with this plugin ... When ppl playing in my server with this plugin, ping sometimes up to 100 ant they are having big lags. Maybe because, than I have binded with autobind t /ummenu and when ppl press t. I dont know ... But mod great ... Ant I need help ...
Ramzik is offline
Send a message via Skype™ to Ramzik
Ramzik
Junior Member
Join Date: Jul 2009
Old 08-31-2010 , 11:37   Re: Upgrades Mod 2.0
Reply With Quote #182

I am using this mod with csdm. Ant I need help, because I have big laggs with this plugin.

My plugin list:

Quote:
; AMX Mod X plugins

; Admin Base - Always one has to be activated
advanced_bans
admin.amxx ; admin base (required for any admin-related)
;admin_sql.amxx ; admin base - SQL version (comment admin.amxx)

; Basic
admincmd.amxx ; basic admin console commands
adminhelp.amxx ; help command for admin console commands
adminslots.amxx ; slot reservation
multilingual.amxx ; Multi-Lingual management

; Menus
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

; Chat / Messages
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

; Map related
nextmap.amxx ; displays next map in mapcycle
mapchooser.amxx ; allows to vote for next map
timeleft.amxx ; displays time left on map

; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and commands

; Counter-Strike
;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!)

; Enable to use AMX Mod plugins
;amxmod_compat.amxx ; AMX Mod backwards compatibility layer

; Custom - Add 3rd party plugins here

// play mod
Item_BattleAura.amxx
Item_BulletProofVest.amxx
Item_Bullseye.amxx
Item_BunnyHop.amxx
Item_Crowbar.amxx
Item_ESP.amxx
Item_FallProtection.amxx
Item_GrenadeTrap.amxx
Item_HpRegen.amxx
Item_LongJump.amxx
Item_MultiJump.amxx
Item_NoRecoil.amxx
Item_PerfectAim.amxx
Item_Pointer.amxx
Item_ScoutAutoShoot.amxx
Item_StealthShoes.amxx
Item_SunGlasses.amxx
Item_SuperPump.amxx
Item_TrueArmor.amxx
Item_UnlimitedAmmo.amxx

// upgrade mod
Upgrades.amxx

// kiti pluginai
cfg_hse.amxx
bullet_damage.amxx
bind.amxx
ad_manager.amxx
adminlisten.amxx
anti_sayEN.amxx
admins_online.amxx
ut_killstreak_adv.amxx
;high_ping_kicker.amxx
;CSDM_VIP.amxx

Last edited by Ramzik; 08-31-2010 at 11:52.
Ramzik is offline
Send a message via Skype™ to Ramzik
sign92
Member
Join Date: Aug 2009
Old 09-03-2010 , 10:27   Re: Upgrades Mod 2.0
Reply With Quote #183

2 Ramzik: What about load of server CPU when people have lags? May be Upgrades Mod and CSDM installed together cause a huge load on your server?
sign92 is offline
Ramzik
Junior Member
Join Date: Jul 2009
Old 09-03-2010 , 14:13   Re: Upgrades Mod 2.0
Reply With Quote #184

yea ... I think so.
Ramzik is offline
Send a message via Skype™ to Ramzik
eforie
BANNED
Join Date: Dec 2008
Location: Romania
Old 02-15-2011 , 17:22   Re: Upgrades Mod 2.0
Reply With Quote #185

Quote:
Originally Posted by sign92 View Post
Version with some extra levels and experience tracking by name.
could you made it to support mysql please?
eforie is offline
Send a message via Yahoo to eforie Send a message via Skype™ to eforie
sign92
Member
Join Date: Aug 2009
Old 03-02-2011 , 14:58   Re: Upgrades Mod 2.0
Reply With Quote #186

Quote:
Originally Posted by eforie View Post
could you made it to support mysql please?
No, I don't know MySQL, sorry.
sign92 is offline
avril-lavigne
Banned
Join Date: Apr 2009
Old 04-14-2011 , 05:17   Re: Upgrades Mod 2.0
Reply With Quote #187

Best API ever created.
this should be approved.
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne is offline
shinkar
Junior Member
Join Date: Apr 2011
Old 04-16-2011 , 16:29   Re: Upgrades Mod 2.0
Reply With Quote #188

I can provide the version Upgrades Mod 2.0 Version: 1.0 "to my server without removing the SPEED, Invisibility and GRAVITY? Because I have a server furien mod, can you help me?

Last edited by shinkar; 04-16-2011 at 17:41. Reason: fooled me
shinkar is offline
eforie
BANNED
Join Date: Dec 2008
Location: Romania
Old 04-27-2011 , 08:01   Re: Upgrades Mod 2.0
Reply With Quote #189

Quote:
Originally Posted by sign92 View Post
No, I don't know MySQL, sorry.
here are a tutorial, to make it with mysql support.
http://forums.alliedmods.net/showthread.php?t=132686
eforie is offline
Send a message via Yahoo to eforie Send a message via Skype™ to eforie
avril-lavigne
Banned
Join Date: Apr 2009
Old 04-30-2011 , 18:46   Re: Upgrades Mod 2.0
Reply With Quote #190

how to make an extra item for it

#include <umitem>


then in register_plugin

add

register_item("name of item", "Description", 2000) ( 2000 -cost )


then make 2 functions


public Enable_Item(id) {
g_MultiJump[id] = true // example - enable feature of plugin HERE
}

public Disable_Item(id) {
g_MultiJump[id] = false // example - user dont have ability anymore
}


enjoy making new items.
I made 60... a year ago.
but lost.
__________________
VDS in Europe 1 gb/s unmetered.Any configurations.
I accept Paypal, Moneybookers,etc
avril-lavigne 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 18:59.


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