yeah.. im new to AMX i know next to nothing about it im trying to make a menu for creating bots in DoD 1.3 with shrikebot in AMX
it appears on the amxmodmenu main admin thingy
i dont want someone to do it for me just explain how to do it, if someone did it for me i would learn nothing =p
this is a example of what i want
amxmodmenu
blahblahblah
9. Bot menu
Bot Menu
1. Add bot
Team
1. Allies
2. British (ONLY on british maps)
3. Axis
Class
1-9 list classes
Skill
1-6 list diffrent skill settings
after all that it just send to the client this command
rest is blah
addbot %team %class %skill (%being variables that were set though the menu)
like a allied rifle men on random setting would send
addbot 1 1 6
like
selecting
3.axis (would set %team to 2)
3.Unteroffizier (would set %class to 3 the mp40 class)
5.reg. (would set %skill to 5 being the lowest skill and easy to kill)
sending
addbot 3 3 5
basicly utilizing both systems at once
i specified that menu concept because im not sure if thats at all possible in AMX
i dont want someone to do it for me i just want to know how to setup the menu set the variables and execute the command with the variables