Search Results
Quote: Originally Posted by GTLS PHP код: format(kstr, sizeof(kstr), "'<a href=player.php?p=%s>%s</a>&nbsp; ' ", PlayerName(killerid), PlayerName(killerid) )...
148
Quote: Originally Posted by Mugala what about to add space here? (in red) format(kstr, sizeof(kstr), "'<a href=player.php?p=%s>%s</a> ' ", PlayerName(killerid), PlayerName(kill...
148
I have a system to register last players deaths, to show it on website... I doing this: a while... Код: format(kstr, sizeof(kstr), "'<a href=player.php?p=%s>%s</a>' ",...
148
Quote: Originally Posted by GTLS Change, PHP код:  format(kstr, sizeof(kstr), "'<a href=player.php?p=%s>%s</a>'", PlayerName(killerid), PlayerName(killerid) ); ...
152
Код: [21:05:44] [ERROR] error #1064 while executing query "INSERT INTO `mt` (`player`, `killers`, `date`) VALUES ('110', '<a href='char.php?p=Indiny'>Indiny</a> ', '23/05/2018')": You ...
152
Why this query is not inserting? PHP код: mysql_format(ConnectMYSQL, query, sizeof(query), "INSERT INTO `mt` (`player`, `killers`, `date`) VALUES ('%d', '%s', '%s')", playerid, s...
152
O problema era no MYSQL eu tava viajando, vlw!
168
Quote: Originally Posted by arakuta PHP код: new minhavar = "Alguma coisa"; printf("minhavar й %s",minhavar);  cadк o placeholder do printf? falei merda
168
Estou tendo dificuldades de juntar strings, acho que estou fazendo errado com strcat Queria no caso num sistema de kill, pegar mais de um killer e juntar todos no final de uma string pra jogar no sit...
168
Quote: Originally Posted by MBJ Sua query estб retornando falso pois nгo esta sendo executada direito PHP код: $query2 = mysqli_query($MYSQL_CONNECT, "SELECT * FROM `orgs`Â...
156
Quote: Originally Posted by CyNiC Faltou o ";" no final disso aqui: $dados2 = mysqli_fetch_array($query2) Ops, obrigado! Nossa, que tonto que eu fui, й q refiz errado pra postar aqui, ...
156
Como fazer pra carregar um dado de uma tabela atravйs de um dado que eu tenho de uma outra tabela... Pode ter ficado confuso, mas й basicamente: Como nesse cуdigo, eu queria pegar o nome da facзг...
156
Estou tentando fazer algo para pegar mostrar uma pбgina para cada jogador na UCP, mas como pegar um parametro passado pela URL? Nгo seria com o metodo GET? if(isset($_GET['p'])) PHP Code: &l...
116
Usando essa API https://sampforum.blast.hk/showthread.php?tid=355574 Eu consegui pegar algumas informaзхes do meu servidor como: print_r($query->getBasicPlayers()); Array ( [0] => Array ( [nam...
90
Quote: Originally Posted by CZ http://www.mediafire.com/file/6omras...layerPause.inc Nгo tem como postar em https://hastebin.com/ ~ https://pastebin.com/ Nгo?
287
Quote: Originally Posted by FullStarS Mano, utiliza esta include https://sampforum.blast.hk/showthread.php?tid=631354 , sу colocar #include <ia> e ser feliz testei e atй agora nenh...
159
I'm trying to change weapon color, and thats the way i found: Код: SetPlayerAttachedObject(playerid, 2, GetWeaponModel(wp2), 8, -0.079999, -0.039999, 0.109999, -90.100006, 0.000000, 0.000000, 1.00...
98
Vi um tуpico aqui mostrando sobre corrigir os acentos e um membro do fуrum (RazorGuido) disse que o script tava mal feito, ele me passou esse: #include <corrigir_acentos> corrigir_acentos.in...
159