SA-MP Forums Archive
Function to remove players of the samp-ban - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Function to remove players of the samp-ban (/showthread.php?tid=477217)



Function to remove players of the samp-ban - NighelN - 22.11.2013

Hello is there a fuction to remove players from the samp ban?


Re: Function to remove players of the samp-ban - ModernStreets - 22.11.2013

nvm my mistake


Re: Function to remove players of the samp-ban - Voxel - 22.11.2013

Not sure if theres a function in pawno for this, how ever you can manually unban people from the samp ban file in your server files (right click and edit).
If you use a database then you have more options like making your own unban command


Re: Function to remove players of the samp-ban - Vince - 22.11.2013

pawn Код:
SendRconCommand("unbanip x.x.x.x");
SendRconCommand("reloadbans");