SA-MP Forums Archive
BAN Command.. - 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: BAN Command.. (/showthread.php?tid=208516)



BAN Command.. - GaB1TzZzu - 08.01.2011

I need a command for BAN, just like this:
/ban [playerid/PartOfName] [days] [reason]
For a permanent ban, introduce 0 at days.

I`m using MySQL .



Re: BAN Command.. - _rAped - 08.01.2011

I think you missed this


Re: BAN Command.. - GaB1TzZzu - 08.01.2011

I doesn't need the command. I need someone to tell me how can I MAKE this command.


Re: BAN Command.. - Tessar - 08.01.2011

Quote:
Originally Posted by GaB1TzZzu
Посмотреть сообщение
I doesn't need the command. I need someone to tell me how can I MAKE this command.
Well then _rAped was showing you the correct place to post what you have posted here. To go on the script request thread.


Re: BAN Command.. - GaB1TzZzu - 09.01.2011

I DON'T NEED THE SCRIPT. I WANT SOMEONE TO EXPLAIN ME HOW CAN I MAKE THIS.


Re: BAN Command.. - Exxious - 09.01.2011

Check this: http://forum.sa-mp.com/showthread.ph...light=Temp+Ban and you'll see how it works.


Re: BAN Command.. - GaB1TzZzu - 09.01.2011

I don't find the download link..


Re: BAN Command.. - Ash. - 09.01.2011

Quote:
Originally Posted by GaB1TzZzu
Посмотреть сообщение
I don't find the download link..
You said you wanted someone to show you how to make it, not download it? I think your slightly confused as to how the words you said work.


Re: BAN Command.. - HyperZ - 09.01.2011

https://sampforum.blast.hk/showthread.php?tid=164359


Re: BAN Command.. - GaB1TzZzu - 09.01.2011

Quote:
Originally Posted by funky1234
Посмотреть сообщение
You said you wanted someone to show you how to make it, not download it? I think your slightly confused as to how the words you said work.
He gived me a link to a filterscript. With that filterscript i will make my command. So i don't copy that..

@Clive: Thank's! I will see it.



Re: BAN Command.. - GaB1TzZzu - 10.01.2011

UP, i need for MySQL..


Re: BAN Command.. - GaB1TzZzu - 11.01.2011

Quote:
Originally Posted by GaB1TzZzu
Посмотреть сообщение
UP, i need for MySQL..
`uH ..


Re: BAN Command.. - _rAped - 11.01.2011

It's not that hard imo.

First of all make a table structure, then it's just a simple query.

Код:
CREATE TABLE IF NOT EXISTS `bans` (
  `name` varchar(50) NOT NULL,
  `ip` varchar(16) NOT NULL,
  `reason` varchar(200) NOT NULL,
  `admin` varchar(50) NOT NULL,
  `unbandate` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `datebanned` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=MyISAM DEFAULT CHARSET=latin1;



Re: BAN Command.. - GaB1TzZzu - 11.01.2011

I don't know how to make UnBan() function and to introduce that ban in MySQL. I am new in MYSQL ..


Re: BAN Command.. - GaB1TzZzu - 12.01.2011

Dump .


Re: BAN Command.. - GaB1TzZzu - 13.01.2011

UPP ..


Re: BAN Command.. - GaB1TzZzu - 14.01.2011

Help me ..


Re: BAN Command.. - GaB1TzZzu - 16.01.2011

UPPPPPP .


Re: BAN Command.. - [LvZ]Free - 11.08.2011

Quote:
Originally Posted by funky1234
Посмотреть сообщение
You said you wanted someone to show you how to make it, not download it? I think your slightly confused as to how the words you said work.
This,don't show how to make it ....