Search Results
PHP код: #include <a_samp> #include <sscanf2> #include <zcmd> //Topo do GM enum playerInfo  {     Gemas } new Player[MAX_PLAYERS][playerInfo]; public OnGameMod...
147
Diminua 1 nÑŠmero da sua #define MAX_GZS
107
PHP код: forward Carregar_Business(bizzid);  public Carregar_Business(bizzid) {      new string[256], rows, fields;      cache_get_row_count(rows);      cache_get_field_co...
103
Quote: Originally Posted by RodrigoMSR https://sampforum.blast.hk/showthread.php?tid=301435 Valeu Rodrigo, irei dar uma olhada.
108
Bom, queria saber se alguйm tem esse "sistema", e se tiver se teria como me disponibilizar ou ensinar como fazer por favor. Imagem:
108
Acho que isso pode te ajudar: https://sampforum.blast.hk/showthread.php?tid=469247
79
Tente executar o Pawno como administrador, caso nгo funcione baixe ele novamente (clique aqui para baixar a pasta com o pawno "limpo"), mova suas includes para lб, exclua a antiga pasta pawno e colo...
234
https://sampforum.blast.hk/showthread.php?tid=580508 ou https://sampforum.blast.hk/showthread.php?tid=502080 Comando usando o 1° sistema: PHP код: CMD:exp(playerid, params[]) {     new ...
311
Qual a necessidade de fazer PHP код:     new Valorpago = 1000;    if(PlayerInfo[playerid][mCoins] < Valorpago)  Podendo fazer apenas PHP код:     if(PlayerInfo[...
782
PHP код: //Cria uma variбvel globalnew TimerPrisao[MAX_PLAYERS];//Quando for criar o timerTimerPrisao[playerid] = SetTimer(...) <- configura pro seu timer//Quando o playerÂ...
90
Usando strcmp, exemplo: PHP код: CMD:teste(playerid, params[]) {     new tipo[50];     if(sscanf(params, "s", tipo)) return SendClientMessage(playerid, -1, "Use: /teste [final...
73
Quote: Originally Posted by JacKPanK Sim, й uma VPS linux com CentOS 6 32bits Nгo esqueceu de configurar ela na GM nгo?
268
Vocк tem o phpMyAdmin na sua host?
268
Qual й o problema exatamente? especifique-o..
268
Baixe a versгo de CentOS do plugin: Clique aqui.
268
No inнcio da GM coloque: PHP код: native Cache:mysql_query(conhandle, query[], bool:use_cache = true); 
161
Atualize o cуdigo que lhe mandei para esse: PHP код: public OnPlayerRequestSpawn(playerid){    new SkinPlayer, nick[MAX_PLAYER_NAME], query[100];     GetPlayerName(playerid, nick...
161
Quote: Originally Posted by JacKPanK de esse erro Код: C:\Users\yanmo\Desktop\Server_Samp\gamemodes\gamemodesql.pwn(145) : error 017: undefined symbol "mysql_query" C:\Users\yanmo\Desk...
161
PHP код: public OnPlayerRequestSpawn(playerid) {     new SkinPlayer, nick[MAX_PLAYER_NAME], query[100];     GetPlayerName(playerid, nick, MAX_PLAYER_NAME);      format(query,...
161
Amigo, ajeite seu post, use [*php] SEU CУDIGO [*/php] para podermos lhe ajudar. OBS: Sem o * @edit
60