Hi, i found some problem while creating my own commands, and for some reason i am only able to execute them (master admin ), but i set up deafault group to be able to execute them 2:
config.cfg
Code
[customcommands]
pbsay = "pb_sv_say -1 <ARG>"
kickme = "pb_sv_kick <PLAYER:PBID> 0 <ARG:OPT:You kicked yourself>"
payback = "pb_sv_kick <LAST_KILLER:PBID> 0 ^1NEVER KILL AN ADMIN!"
ss = "pb_sv_getss <ARG>"
hsG = "say ^1hsG Team rega 2000h 16god org"
Admin = "say ^1Admin xfire : ^0volimpizde"
teams = "say ^1Molio bi da balansirate ^3teamove ^1te ubuduce koristite ^3auto assign"
Lora = "say ^6Lora ^7voli ^6noXiu^7! ! ! "
noXia = "say ^6noXia ^7voli ^6Loru^7! ! ! "
groups.cfg
Code
master]
name = "Leader"
commands = "*"
[admin]
name = "Admin"
commands = "stats,fun,help,admintest,time,nextmap,cmdlist,resetmystats,checkadmin,kickme,kick,tempban,say,warn,ban,resetplayerstats,ss,Q,Lora,Noxia,Admin,hsG"
[member]
name = "Clan-Member"
commands = "stats,fun,help,admintest,time,nextmap,cmdlist,session,online,kickme,warn,ss,Q,Admin,hsG,Lora,Noxia"
[user]
name = "User"
commands = "stats,fun,help,admintest,time,nextmap,cmdlist,session,online,kickme,Q,Admin,hsG,Lora,Noxia"
[default]
name = "Player"
commands = "stats,fun,help,admintest,time,nextmap,cmdlist,session,online,kickme,Q,Admin,hsG,Lora,Noxia "
Alles anzeigen
am i doing something wrong ?