Witamy w Nieoficjalnym polskim support'cie AMX Mod X
Witamy w Nieoficjalnym polskim support'cie AMX Mod X, jak w większości społeczności internetowych musisz się zarejestrować aby móc odpowiadać lub zakładać nowe tematy, ale nie bój się to jest prosty proces w którym wymagamy minimalnych informacji.
|
Szukam Sqltable do csgo moda od krwiopijcy.
#1
Napisano 02.02.2019 18:06
#2
Napisano 08.02.2019 15:14
#3
Napisano 11.02.2019 13:26
#4
Napisano 11.02.2019 13:48
#5
Napisano 18.02.2019 13:05
#6
Napisano 20.02.2019 14:09
#7
Napisano 20.02.2019 14:22
#8
Napisano 20.02.2019 14:33
Tak mam. Niestety kupiłem same .sma ![]()
#9
Napisano 20.02.2019 14:36
#10
Napisano 20.02.2019 14:37
#11
Napisano 20.02.2019 14:39
#12
Napisano 20.02.2019 14:41
#13
Napisano 20.02.2019 14:56
#14
Napisano 21.02.2019 11:12
Dobre zabezpieczenie na IP nie jest złe ![]()
new IPPP[32];
get_user_ip(0, IPPP, 31, 1);
if (!equal(IPPP, "145.239.237.104", 0))
{
register_plugin("Blad Licencji CSGO", "7.121", "KrwioPijca");
server_print("*** BLAD LICENCJI ***");
return 0;
}
public stworzenie_tabeli()
{
formatex(Komendy, 2399, "CREATE TABLE IF NOT EXISTS `%s` ( ", Table);
formatex(Komendy, 2399, "%s`id` int(8) NOT NULL AUTO_INCREMENT, ", Komendy);
if (!wybor_zapisu)
{
formatex(Komendy, 2399, "%s`nick` varchar(44) DEFAULT NULL, ", Komendy);
}
else
{
formatex(Komendy, 2399, "%s`nick` varchar(44) DEFAULT NULL UNIQUE, ", Komendy);
}
formatex(Komendy, 2399, "%s`ip` varchar(50) NOT NULL DEFAULT '0', ", Komendy);
if (wybor_zapisu)
{
formatex(Komendy, 2399, "%s`authid` varchar(44) DEFAULT NULL UNIQUE, ", Komendy);
}
else
{
formatex(Komendy, 2399, "%s`authid` varchar(44) DEFAULT NULL, ", Komendy);
}
formatex(Komendy, 2399, "%s`ak47` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`awp` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`deagle` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`famas` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`m4a1` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`knife` int(15) NOT NULL DEFAULT '1', ", Komendy);
if (VERSION1 == 3)
{
formatex(Komendy, 2399, "%s`mp5` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`scout` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`glock` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`usp` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`m3` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`xm1014` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`m249` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`galil` int(15) NOT NULL DEFAULT '1', ", Komendy);
formatex(Komendy, 2399, "%s`ak47_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`awp_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`deagle_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`famas_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`m4a1_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`knife_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`mp5_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`scout_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`glock_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`usp_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`m3_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`xm1014_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`m249_` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`galil_` int(5) NOT NULL DEFAULT '0', ", Komendy);
}
else
{
formatex(Komendy, 2399, "%s`bronie` int(15) NOT NULL DEFAULT '0', ", Komendy);
}
formatex(Komendy, 2399, "%s`operacje` int(10) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`operacje_wybrana` int(10) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_ak47` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_awp` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_deagle` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_famas` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_m4a1` int(5) NOT NULL DEFAULT '0', ", Komendy);
if (VERSION1 == 3)
{
formatex(Komendy, 2399, "%s`skrzynka_mp5` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_scout` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_glock` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_usp` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_m3` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_xm1014` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_m249` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`skrzynka_galil` int(5) NOT NULL DEFAULT '0', ", Komendy);
}
formatex(Komendy, 2399, "%s`klucze` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`saldo` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`kasa` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`usluga` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`rok` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`miesiac` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`dzien` int(5) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`pin` int(5) NOT NULL DEFAULT '0', ", Komendy);
if (VERSION1 == 3)
{
formatex(Komendy, 2399, "%s`blokada` int(5) NOT NULL DEFAULT '0', ", Komendy);
}
formatex(Komendy, 2399, "%s`kill` int(10) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%s`dead` int(10) NOT NULL DEFAULT '0', ", Komendy);
formatex(Komendy, 2399, "%sPRIMARY KEY (`id`) ", Komendy);
formatex(Komendy, 2399, "%s) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; ", Komendy);
new Data[1];
Data[0] = 1;
SQL_ThreadQuery(g_hSqlTuple, "Handle_stworzenie_tabeli", "", Data, 1);
return 0;
}
Może coś sklecisz z tego, ja chwilowo nie mam czasu. A jak najdzie mnie to tego go moda przepisze i udostepnie
#15
Napisano 21.02.2019 11:15
Udostępnisz moim kosztem
Tylko dopisz kto go udostępnił ![]()
W każdym razie dzięki ![]()
Użytkownicy przeglądający ten temat: 0
0 użytkowników, 0 gości, 0 anonimowych


Dodatki SourceMod













