Supermacy31
Active member
- Joined
- Mar 13, 2013
- Messages
- 173
- Reaction score
- 1
I have a cleo script that when I try to use it - it bans me from the game. But the server didn't ban me. If I have this CLEO script in a server, it makes a fake-ban or like it where it says "You've been banned from this server." But I know it's fake b/c. when I don't have the CLEO, I can connect easily. What's wrong with it?
Like why the fuck?
Anything wrong with it?
Here's the .ini file:
kbult.ini:
It doesn't crash or anything. It just makes SA-MP say "You're banned from this server." Any idea why?
I tried it on different servers too. Same thing.
Like why the fuck?
Code:
{$CLEO .cs}
0000:
:Main
wait 0
if and
0AAB: file_exists "CLEO\kbult.ini"
056D: actor $PLAYER_ACTOR defined
jf @Main
if and
0AB0: key_pressed 101
8B21: not samp is_chat_opened
jump @KBind
:KBind
0AF9: samp say_msg "/stats"
0AF0: 0@ = get_int_from_ini_file "cleo\kbult.ini" section "kb" key "unislimit"
wait 0@
jump @Main
Anything wrong with it?
Here's the .ini file:
kbult.ini:
Code:
[kb]
unislimit=1000
It doesn't crash or anything. It just makes SA-MP say "You're banned from this server." Any idea why?
I tried it on different servers too. Same thing.