Merhaba PawnoTurk ailesi,
Başlıkta belirttiğim gibi "Dinamik Araç Sistemi" ile karşınızdayım. Yaklaşık 2-3 saat süren kodlamam ile ortaya güzel birşeyler çıkarmaya çalıştım, umarım beğenirsiniz. Fazla lafı uzatmadan SS'lere geçelim.
(https://thumb.ibb.co/kEuKH8/sa_mp_013.png) (https://ibb.co/kEuKH8) (https://thumb.ibb.co/dvsjjo/sa_mp_012.png) (https://ibb.co/dvsjjo) (https://thumb.ibb.co/htktc8/sa_mp_011.png) (https://ibb.co/htktc8) (https://thumb.ibb.co/iPxZjo/sa_mp_010.png) (https://ibb.co/iPxZjo) (https://thumb.ibb.co/ccKQqT/ss5.png) (https://ibb.co/ccKQqT) (https://thumb.ibb.co/jccpH8/sa_mp_014.png) (https://ibb.co/jccpH8)
İndirme Linki: https://github.com/cngznNN/cVehicle/releases (https://github.com/cngznNN/cVehicle/releases)
Gerekli Plugin ve includeler:
https://github.com/pawn-lang/YSI-Includes/releases (https://github.com/pawn-lang/YSI-Includes/releases)
http://forum.sa-mp.com/showthread.php?t=602923 (http://forum.sa-mp.com/showthread.php?t=602923)
http://forum.sa-mp.com/showthread.php?t=619862 (http://forum.sa-mp.com/showthread.php?t=619862)
MySQL için bu konumu ziyaret edin: https://www.pawnoturk.com/forum/mod-galerisi/mysql-r39-function-to-mysql-r41-4/ (https://www.pawnoturk.com/forum/mod-galerisi/mysql-r39-function-to-mysql-r41-4/)
İstek olursa proje geliştirilecek.
Resimlerde Sıkıntı Var.
Eline sağlık.
Eline sağlık.
mehraba ben mysql bağlayamadımda yardım edermisiniz
Eline sağlık. :helal:
Alıntı yapılan: Levent13 - 28 Haziran 2018, 19:53:34
mehraba ben mysql bağlayamadımda yardım edermisiniz
Elbette, nasıl bir sorunla karşılaştınız?
Başarılı.
Alıntı yapılan: cngznNN - 28 Haziran 2018, 20:03:23
Alıntı yapılan: Levent13 - 28 Haziran 2018, 19:53:34
mehraba ben mysql bağlayamadımda yardım edermisiniz
Elbette, nasıl bir sorunla karşılaştınız?
size özelden mesaj attım
Alıntı yapılan: cngznNN - 28 Haziran 2018, 20:03:23
Alıntı yapılan: Levent13 - 28 Haziran 2018, 19:53:34
mehraba ben mysql bağlayamadımda yardım edermisiniz
Elbette, nasıl bir sorunla karşılaştınız?
sizden yardım bekliyorumda
Elinize şağlık. :kahkaha:
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(244) : error 075: input line too long (after substitutions)
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 037: invalid string (possibly non-terminated string)
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 017: undefined symbol "create"
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 017: undefined symbol "table"
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : fatal error 107: too many error messages on one line
Bu hatalar ile karşılaşıyorum. Sebebi nedir?
Alıntı yapılan: Kalispell - 28 Ocak 2019, 22:38:29
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(244) : error 075: input line too long (after substitutions)
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 037: invalid string (possibly non-terminated string)
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 017: undefined symbol "create"
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 017: undefined symbol "table"
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : fatal error 107: too many error messages on one line
Bu hatalar ile karşılaşıyorum. Sebebi nedir?
CheckVehicleTable()
CheckVehicleTable()
{
new string[1024];
format(string, sizeof(string), "create table if not exists cvehicle(\
vehicleID INT(12) NOT NULL PRIMARY KEY AUTO_INCREMENT,\
vehicleExists INT(1) DEFAULT 0,\
vehicleModel INT(3) DEFAULT 560,\
vehicleColor1 INT(3) DEFAULT 0,\
vehicleColor2 INT(3) DEFAULT 0,\
vehicleOwner VARCHAR(24) DEFAULT Yok ,\
vehicleLock INT(1) DEFAULT 0");
format(string, sizeof(string), "%s, \
vehicleComponent VARCHAR(128) DEFAULT 0|0|0|0|0|0|0|0|0|0|0|0|0 ,\
vehiclePaintJob INT(1) DEFAULT 0,\
vehiclePos VARCHAR(64) DEFAULT 0|0|0|0 ,\
vehicleInterior INT(12) DEFAULT 0 ,\
vehicleVirtual INT(12) DEFAULT 0 \
)\
Engine = InnoDB", string);
return mysql_tquery(handle, string);
olarak değiştirin.
Alıntı yapılan: cngznNN - 29 Ocak 2019, 00:54:48
Alıntı yapılan: Kalispell - 28 Ocak 2019, 22:38:29
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(244) : error 075: input line too long (after substitutions)
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 037: invalid string (possibly non-terminated string)
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 017: undefined symbol "create"
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 017: undefined symbol "table"
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : fatal error 107: too many error messages on one line
Bu hatalar ile karşılaşıyorum. Sebebi nedir?
CheckVehicleTable()
CheckVehicleTable()
{
new string[1024];
format(string, sizeof(string), "create table if not exists cvehicle(\
vehicleID INT(12) NOT NULL PRIMARY KEY AUTO_INCREMENT,\
vehicleExists INT(1) DEFAULT 0,\
vehicleModel INT(3) DEFAULT 560,\
vehicleColor1 INT(3) DEFAULT 0,\
vehicleColor2 INT(3) DEFAULT 0,\
vehicleOwner VARCHAR(24) DEFAULT Yok ,\
vehicleLock INT(1) DEFAULT 0");
format(string, sizeof(string), "%s, \
vehicleComponent VARCHAR(128) DEFAULT 0|0|0|0|0|0|0|0|0|0|0|0|0 ,\
vehiclePaintJob INT(1) DEFAULT 0,\
vehiclePos VARCHAR(64) DEFAULT 0|0|0|0 ,\
vehicleInterior INT(12) DEFAULT 0 ,\
vehicleVirtual INT(12) DEFAULT 0 \
)\
Engine = InnoDB", string);
return mysql_tquery(handle, string);
olarak değiştirin.
Sorun çözüldü, elinize sağlık. Çok teşekkür ederim.
Alıntı yapılan: Kalispell - 29 Ocak 2019, 01:00:54
Alıntı yapılan: cngznNN - 29 Ocak 2019, 00:54:48
Alıntı yapılan: Kalispell - 28 Ocak 2019, 22:38:29
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(244) : error 075: input line too long (after substitutions)
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 037: invalid string (possibly non-terminated string)
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 017: undefined symbol "create"
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : error 017: undefined symbol "table"
C:\Users\win7\AppData\Local\Temp\Rar$DIa5516.25492\vehicle.pwn(245) : fatal error 107: too many error messages on one line
Bu hatalar ile karşılaşıyorum. Sebebi nedir?
CheckVehicleTable()
CheckVehicleTable()
{
new string[1024];
format(string, sizeof(string), "create table if not exists cvehicle(\
vehicleID INT(12) NOT NULL PRIMARY KEY AUTO_INCREMENT,\
vehicleExists INT(1) DEFAULT 0,\
vehicleModel INT(3) DEFAULT 560,\
vehicleColor1 INT(3) DEFAULT 0,\
vehicleColor2 INT(3) DEFAULT 0,\
vehicleOwner VARCHAR(24) DEFAULT Yok ,\
vehicleLock INT(1) DEFAULT 0");
format(string, sizeof(string), "%s, \
vehicleComponent VARCHAR(128) DEFAULT 0|0|0|0|0|0|0|0|0|0|0|0|0 ,\
vehiclePaintJob INT(1) DEFAULT 0,\
vehiclePos VARCHAR(64) DEFAULT 0|0|0|0 ,\
vehicleInterior INT(12) DEFAULT 0 ,\
vehicleVirtual INT(12) DEFAULT 0 \
)\
Engine = InnoDB", string);
return mysql_tquery(handle, string);
olarak değiştirin.
Sorun çözüldü, elinize sağlık. Çok teşekkür ederim.
Rica ederim, maksat işiniz görülsün iyi forumlar.