AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   edit powers (https://forums.alliedmods.net/showthread.php?t=8380)

Cerv3r 12-10-2004 19:49

edit powers
 
how do i edit powers
for example
megaman only 100 shots
i want to make it up to 999, how do i do that?

twistedeuphoria 12-10-2004 19:59

Open up the .sma look for 100 change it to 999. Save it. Recompile.

Cerv3r 12-10-2004 20:08

ok one more thing
can anyone show me an example of a plugin.ini

twistedeuphoria 12-10-2004 20:11

Why do you need an example plugins.ini?

Cerv3r 12-10-2004 20:13

i got this but i dont know where to put the .amxx
Quote:

; AMX Mod X plugins

; Admin Base - Always one has to be activated
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)

; 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


; Custom - Add 3rd party plugins here
please dont laugh at me i just got this yesturday and havent worked on it :oops:

twistedeuphoria 12-10-2004 20:17

Well you put the actual .amxx file in addons/amxmodx/plugins. Then you make a new line in plugins.ini with the plugin's name.

mobytoss 12-11-2004 03:51

yeah, dude, it doesnt matter where you put <pluginname>.amxx in the plugin.ini. They've just put some commented catagories that make it look like you do, but ya could just put it in the custom bit if ya wanna keep it organised :) just write the pluginname anywhere. This isnt really scripting help though. Use the support forum for that :P


All times are GMT -4. The time now is 14:27.

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