habe eine Frage, die sich an alle Script/Coding kenner hält.
Um von lästigen consolen commandos wegzukommen dachte Ich mir "scripteste" dir einfach die commant.txt zurecht, funktioniert auch, das Problem is nur, Ich kann maximal 4 von 16 Optionen auswählen, da der Rest im "unteren" Bereich des Bildschirms verschwindet.
Meine Frage ist obs dafür was gibt wie man dort ne Scrollbar einrichtet oder ähnliches.
Ich quote mal wo das Problem liegt
Soll wie man sehen kann zur vereinfachung von allen möglichen Bot Commands dienen, sozusagen gut für LAN's mit n Paar Mates
Bei Bot Weapon Styles verschwinden alle Auswahlen ab 5 bis 16 im unteren Bildschirmrand.
Für Hilfe währe Ich dankbar, hoffe Ich muss da nich ein Amxx Plugin für machen da ich keine große Leuchte in C++ bin..
Um von lästigen consolen commandos wegzukommen dachte Ich mir "scripteste" dir einfach die commant.txt zurecht, funktioniert auch, das Problem is nur, Ich kann maximal 4 von 16 Optionen auswählen, da der Rest im "unteren" Bereich des Bildschirms verschwindet.
Meine Frage ist obs dafür was gibt wie man dort ne Scrollbar einrichtet oder ähnliches.
Ich quote mal wo das Problem liegt
"3" "ZBot Commands -->"
{
"1" "Bot Adden" "bot_add"
"2" "T Bot" "bot_add_t"
"3" "CT Bot" "bot_add_ct"
"4" "Alle Bots Killn" "bot_kill"
"5" "Alle Bots Kickn" "bot_kick"
"6" "Bot Difficult -->"
{
"1" "PG" "bot_difficulty 3"
"2" "Mid-Skilled" "bot_difficulty 2"
"3" "Low-Skilled" "bot_difficulty 1"
"4" "Nooblike" "bot_difficulty 0"
}
"7" "Bot Attack Styles -->"
{
"1" "Knife Attax" "bot_knives_only"
"2" "Pistol Hood" "bot_pistols_only"
"3" "Sniper Action" "bot_snipers_only"
"4" "All Weapons" "bot_all_weapons"
}
"8" "Bot Weapon Styles -->"
{
"1" "Pistols Allow On" "bot_allow_pistols 1"
"2" "Pistols Allow Off" "bot_allow_pistols 0"
"3" "Shotguns Allow On" "bot_allow_shotguns 1"
"4" "Shotguns Allow Off" "bot_allow_shotguns 0"
"5" "Sub Machine Guns Allow On" "bot_allow_sub_machine_guns 1"
"6" "Sub Machine Guns Allow Off" "bot_allow_sub_machine_guns 0"
"7" "Rifles Allow On" "bot_allow_rifles 1"
"8" "Rifles Allow Off" "bot_allow_rifles 0"
"9" "Machine Guns Allow On" "bot_allow_machine_guns 1"
"10" "Machine Guns Allow Off" "bot_allow_machine_guns 0"
"11" "Grenades Allow On" "bot_allow_grenades 1"
"12" "Grenades Allow Off" "bot_allow_grenades 0"
"13" "Snipers Allow On" "bot_allow_snipers 1"
"14" "Snipers Allow Off" "bot_allow_snipers 0"
"15" "Shield Allow On" "bot_allow_shield 1"
"16" "Shield Allow Off" "bot_allow_shield 0"
}
}
Soll wie man sehen kann zur vereinfachung von allen möglichen Bot Commands dienen, sozusagen gut für LAN's mit n Paar Mates
Bei Bot Weapon Styles verschwinden alle Auswahlen ab 5 bis 16 im unteren Bildschirmrand.
Für Hilfe währe Ich dankbar, hoffe Ich muss da nich ein Amxx Plugin für machen da ich keine große Leuchte in C++ bin..