SA-MP Forums Archive
Kick and ban problem - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Kick and ban problem (/showthread.php?tid=100911)



Kick and ban problem - nicu90 - 07.10.2009

hello to all ! Guys i have a problem with my server when i try to kick, ban someone instead of banning or kicking that person it bans either me or anyone else on the server randomly !!! Why is this happening ?please answear me !! THX TO ALL


Re: Kick and ban problem - Calgon - 07.10.2009

We're not mind readers, post your /kick and /ban code.


Re: Kick and ban problem - MenaceX^ - 07.10.2009

Quote:
Originally Posted by CalgonX
We're not mind readers, post your /kick and /ban code.
There are people who claim they can do it .


Re: Kick and ban problem - Calgon - 07.10.2009

Quote:
Originally Posted by MenaceX^
Quote:
Originally Posted by CalgonX
We're not mind readers, post your /kick and /ban code.
There are people who claim they can do it .
I think I've foreseen his code:

pawn Код:
dcmd_ban(playerid, params[])
{
Ban(playerid);
}