BAN Command..
#1

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 .
Reply
#2

I think you missed this
Reply
#3

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

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.
Reply
#5

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

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

I don't find the download link..
Reply
#8

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.
Reply
#9

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

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.
Reply
#11

UP, i need for MySQL..
Reply
#12

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

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;
Reply
#14

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

Dump .
Reply
#16

UPP ..
Reply
#17

Help me ..
Reply
#18

UPPPPPP .
Reply
#19

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 ....
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)