View Single Post
asdff
Junior Member
Join Date: Jun 2009
Old 08-05-2011 , 04:44   Re: Advanced Bans (Real Time) by Exolent
Reply With Quote #938

Quote:
Originally Posted by neverminde View Post
I cant find solution for my problem
I have irc chat-logging ( with steamid of speakers)
When i see when somebody spam at my server and leave, i am joining and write this
Code:
amx_addban PLAYER STEAM_0:0:1157909354 0 SPAM
But I see this
Code:
Invalid SteamID!
Correct format: STEAM_0:X:XXXXXXX
I think it happens, because that busters have cracked steam .
i had the same problem as you did
there are 2 solutions:
1. you need to write the steam id with quotes like this:
Code:
amx_addban PLAYER "STEAM_0:0:1157909354" 0 SPAM
2. if that isn't working than it means you compiled the plugin with webcompiler online (i did it too, and kept getting invalid steamid/ip), try to compile it with the compiler from your "addons\amxmodx\scripting\" folder
asdff is offline