Learn to code
Hello.
I'm new to addons and mods, and I'm trying to figure out how to complete my gameserver i use for Team pracc and matches. I can start by explaining that its a CSGO server and i use pugsetup or whatever its called, its actually great. I want to add some commands to be displayed on the .setup menu. I also want to be able to add my own "sv mp" commands in the fiture, but i have no idea on how to code. so basicly i want to add for ex "allrounds" and have options "yes" "no", if no "mp_match_can_clinch 0" and if "yes" then "mp_match_can_clinch 1" i have a understanding of code, and i get how it works but i cant figure out how to manage this. in the pugsetup cfg it says this: // In this file you can modify how options behave on the setup menu. // You can change the default for any setting, and can enable/disable it // from even showing up on the menu (by chaning display_setting to 0) // If you turn the display_setting to 0, the default will always be used. Code:
"SetupOptions"so my question is: how can i add code to that? best regards leffe im deeply sorry for my poor english |
Re: Learn to code
Let me try to explain better...
I want to be able to add code to the .setupmenu Lets say we decide to play allrounds on pracc, then i want to be able to select if i want that or not. If i select NO to allrounds then it will execute both LIVE.cfg and an other cfg with the commands "mp_match_can_clinch 1" and "mp_overtime_enable 1" and if we choose YES to allrounds then i select no on the menu and it will execute both LIVE.cfg and ofc the config with "mp_match_can_clinch 0" and "mp_overtime_enable 0" |
Re: Learn to code
https://forums.alliedmods.net/forumdisplay.php?f=52
Go to the sourcemod section, amx is only for cs 1.6 |
Re: Learn to code
oh im sorry!!!
but now i cant post more cus im a new member, could you help me here instead? |
Re: Learn to code
|
Re: Learn to code
Quote:
|
Re: Learn to code
Quote:
|
Re: Learn to code
I think HL1 engine is a large part of what made games like CS, DoD, TFC, Firearms, Action Half-Life, The Specialists, etc. and everyone of this can be modified by amxx but priority is CS
|
| All times are GMT -4. The time now is 18:33. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.