I'm no expert but I think this part need some changes:
Code:
if (equali(komanda, "/calladmin")) {
if(!equali(text, "") && !equali(text, " ")) {
if (equali(komanda, "/calladmin")) {
new cmdtext[32]
strtok(text, cmdtext, 31, text, 199, ' ')
if(!equali(cmdtext, "") && !equali(cmdtext, " ")) {