pawno not working
#1

hi i have this script for /cage but when i complie it doesnt work and i tried to find whats missing but cant if someone can fix this please FIX it because i asked my friend and he cant figure it out and hes a scriptor.......heres the pastbin link and after ur done please uplaod a new one



http://pastebin.com/F50xWGRy
Reply
#2

CAN ANYONE HELP ME NO COMMENT
Reply
#3

What do the error(s) Say?
Reply
#4

IT JUST SAYS pawno compiler libary has stop working!
Reply
#5

Quote:
Originally Posted by killanator10
View Post
IT JUST SAYS pawno compiler libary has stop working!
with me it doesnt...
Reply
#6

You missed a bracket at line 36.
Reply
#7

ok let me try please wait

still doesnt work

new length = strlen(cmdtext);
while ((idx < length) && (cmdtext[idx] <= ' ')) {
idx++;
}
new offset = idx;
new result[128];
while ((idx < length) && ((idx - offset) < (sizeof(result) - 1))) {
result[idx - offset] = cmdtext[idx];
idx++;
}
result[idx - offset] = EOS;
if(!strlen(result))
}
}
}
}
if(strcmp(cmd, "/uncage", true) == 0)

those are lines lines 21 to 37
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)