Search Results
I transferred the system to my server completely, but the player does not record their money scores.why do you think the problem is caused? Код: https://sampforum.blast.hk/showthread.php?tid=5545...
78
SERVER LOGS: Код: ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team [15:11:31] filterscripts = "" (stri...
50
Код: mysql_tquery(SQLBaglanti, "CREATE TABLE IF NOT EXISTS uyeler (\ id int(11) NOT NULL auto_increment,\ k_adi varchar(24) NOT NULL,\ sifre varchar(255) NOT NULL,\ a...
65
Quote: Originally Posted by Micko123 PHP код: if(dialogid == 4890) {     if(response)     {         new dosya[256], isim[24], str[512], str1[10], str2[10], s...
211
Quote: Originally Posted by Micko123 Try this PHP код: if(dialogid == 4890) {     if(response)     {         new dosya[256], isim[24], str[512], str1[10], str...
211
Код: //arackayıt if(dialogid == 4890){ if(response){ new dosya[256], isim[24], str[512], str1[10], str2[10], str3[10], str4[10], str5[10], str6[10], str7[10], str8[10], str9[10], str10[10]...
211
CODE: Код: CMD:pm(playerid, params[]) { if(PlayerData[playerid][ddGirdi] != 0) return HataMesaji(playerid, "Derby'de bu komutu kullanamazsın."); if(PlayerData[playerid][JailSure] > 0) retur...
63
ERROR CODE: Код: C:\Users\ADMİN\Desktop\YENİ SERVER\gamemodes\MODE.pwn(5060) : error 028: invalid subscript (not an array or too many subscripts): "DM1Kisi" C:\Users\ADMİN\Desktop\YENİ SERVER...
81
CODE: Код: /////////Skin timer KeyCheck[200](playerid) { new keys, ud, lr; GetPlayerKeys(playerid, keys, ud, lr); if(skinMenuSelectionScreen[playerid] == true) { if(lr > 0) // KE...
43
ERROR CODE: Код: C:\Users\ADMİN\Desktop\SERVER\gamemodes\funfunfun.pwn(967) : error 017: undefined symbol "stmt_bind_value" C:\Users\ADMİN\Desktop\SERVER\gamemodes\funfunfun.pwn(967) : error 029...
63
Quote: Originally Posted by amirm3hdi You need to create tables in order to save data and load data from them. How The Table Is Created?
74
Quote: Originally Posted by Konstantinos The connection was successful, the problem is that the tables don't exist in "alaturka" database. Automatic Loading Of The Tables. No Problem ...
74
Hi friends, unable to establish a connection with MySQL could you help me? Код: /* MySQL Bağlantı vb. */ SQLBaglanti = mysql_connect("localhost", "root", "alaturka", ""); mysql_log(LOG...
74
ERROR CODE: Код: C:\Users\ADMİN\Desktop\IVIR ZIVIR\TEMİZ SW\pawno\include\sscanf2.inc(258) : warning 202: number of arguments does not match definition C:\Users\ADMİN\Desktop\IVIR ZIVIR\TEMİZ ...
74
Код: C:\Users\ADMİN\Desktop\IVIR ZIVIR\TEMİZ SW\filterscripts\Cete.pwn(579) : warning 217: loose indentation C:\Users\ADMİN\Desktop\IVIR ZIVIR\TEMİZ SW\filterscripts\Cete.pwn(685) : warning ...
117
Код: Textdraw36 = TextDrawCreate(393.000000, 427.000000, "\"); TextDrawBackgroundColor(Textdraw36, -1); TextDrawFont(Textdraw36, 2); TextDrawLetterSize(Textdraw36, 0.290000, 1.600000); TextDrawC...
48
Quote: Originally Posted by Nin9r Change HTML Code: new tmpb[MAX_STRING]; with HTML Code: new tmpb[32]; or add HTML Code: #define MAX_STRING 32 Code: C:\Users\Batuhan\Desktop\ALA...
211
Code: C:\Users\KONT\KONT\KONT - 2016\gamemodes\KONT2016.pwn(13778) : error 017: undefined symbol "MAX_STRING" C:\Users\KONT\KONT\KONT - 2016\gamemodes\KONT-2016.pwn(13778) : error 009: invalid array ...
211