Jump to content

Pitbul97

Membru
  • Posts

    132
  • Joined

  • Last visited

Posts posted by Pitbul97


  1. 1 Am o problema in index.p vreau sa bag pagina mea de facesboock in partea dreapta la panel :) aici http://pastebin.com/nQejEXzu

    2 Am o poblema cu userbar cand  vreau sa vad userbaru apare asa  : Connection failed: SQLSTATE[HY000] [1045] Access denied for user 'vgzonero'@'46.102.116.78' (using password: YES)

    http://pastebin.com/L6XdmtkL userbar

    3 Am o problema doresc sa scot   (c) HighPlay.ro 2015 - 2016  de aici :)  =>   http://pastebin.com/8rjxuFxN

  2. Acum 5 ore, Pitbul97 a spus:

    [18:34:38] [ERROR] mysql_format - destination size is too small
    [18:34:38] [ERROR] CMySQLQuery::Execute[()] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

    comanda /members : http://pastebin.com/TVpY9mdD

    Dialogul la uninvite : http://pastebin.com/nGTVZAJw

    Pitbul, on 04 Dec 2016 - 6:37 PM, said:

     

    [18:34:38] [ERROR] mysql_format - destination size is too small
    [18:34:38] [ERROR] CMySQLQuery::Execute[()] - (error #1064) You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
     

    comanda /members : http://pastebin.com/TVpY9mdD

    Dialogul la uninvite : http://pastebin.com/nGTVZAJw

     

    €am modificat string1 string2 si queri [1000]

     

    si acum da erorile acestea 

     

    [23:39:45] [ERROR] CMySQLQuery::Execute[()] - (error #1054) Unknown column 'Arrestss' in 'field list'
    [23:40:42] [ERROR] CMySQLQuery::Execute[()] - (error #1054) Unknown column 'Arrestss' in 'field list'
    [23:40:45] [ERROR] CMySQLResult::GetRowDataByName() - invalid row index ('1')

     

  3. Problema intalnita:  cand un lider doreste sa dea unui membru uninvite  membrul este scos pe moment dar dupa se reconecteaza pe server este iar in factiune cum pot rezolva 

    am inteles ca sar putea sa fie o problema la baza de date o pot rezolva ??
    Ero(area / rile) / warning-(ul / urile): -
    Codul sursa [daca este cazul](pastebin): http://pastebin.com/w5Zj8rpq
    Imagini / Video cu problema: -
    Ce ai incercat sa faci?: am cautat solutii si am inteles ca sar putea sa fie de la baza de date 

     

    • Intrebarea / Cererea mea este: Salut tuturor am marea rugaminte daca cineva mar putea ajuta cu acest mare mister cum pot face la comanda /factions sa apara asa cum apare in aceasta imagine  http://imgur.com/a/TS1wW  stiu ca este destul de complicat avand in vedere ca trebuia acea legatura cu mysql  serverul meu ruleaza deja pe mysql.
    • Alte detalii: Folosesc zcmd si actuala mea comanda /factions arata in felul urmator  http://pastebin.com/B0FYee0N
  4. Problema intalnita (descriere): am o problema am la o comanda dialog imput iar cand cineva scrie %s pica serverul
    Ero(area / rile) / warning-(ul / urile):-
    Liniile de cod / sursa / script-ul(obligatoriu): -
    Imagini / Video (optional): -
    Ati incercat sa rezolvati singur?: am incercat sa caut solutii dar in zadar.

  5. Daca nu are cineva chat newbie pe zcmd ?

     

    Problema intalnita (descriere):  Am incercat sa bag comanda /n  adica newbie chat si imi da erori am facut ca la carte va arat mai jos cum am procedat imi poate spune cineva unde am gresit  va rog frumos ?
    Ero(area / rile) / warning-(ul / urile):

    (33909) : error 028: invalid subscript (not an array or too many subscripts): "NewbTimer"
    (33909) : warning 215: expression has no effect
    (33909) : error 001: expected token: ";", but found "]"
    (33909) : error 029: invalid expression, assumed zero
    (33909) : fatal error 107: too many error messages on one line


    Liniile de cod / sursa / script-ul(obligatoriu): http://pastebin.com/m5xehz6A
    Imagini / Video (optional): nu e necesar 
    Ati incercat sa rezolvati singur?:  da dar daca incerc sa modific imi da alte erori 

    Alte detalii: am adaugat urmatoarele de jos.

    new NewbieTimer[MAX_PLAYERS];

    forward NewbTimer(playerid);


    OnPlayerConnect:

    NewbieTimer[playerid] = 0;


    public NewbTimer(playerid)
    {
        NewbieTimer[playerid] = 0;
        return 1;
    }

  6. eu nu inteleg ce dq are ori nu pun bine ori nush ce naiba :@

     

    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14558) : warning 217: loose indentation
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14572) : warning 219: local variable "engine" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14572) : warning 219: local variable "lights" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14572) : warning 219: local variable "alarm" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14572) : warning 219: local variable "doors" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14572) : warning 219: local variable "bonnet" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14572) : warning 219: local variable "boot" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14572) : warning 219: local variable "objective" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14584) : warning 219: local variable "engine" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14584) : warning 219: local variable "lights" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14584) : warning 219: local variable "alarm" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14584) : warning 219: local variable "doors" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14584) : warning 219: local variable "bonnet" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14584) : warning 219: local variable "boot" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14584) : warning 219: local variable "objective" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14597) : warning 217: loose indentation
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14616) : warning 219: local variable "engine" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14616) : warning 219: local variable "lights" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14616) : warning 219: local variable "alarm" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14616) : warning 219: local variable "doors" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14616) : warning 219: local variable "bonnet" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14616) : warning 219: local variable "boot" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14616) : warning 219: local variable "objective" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14628) : warning 219: local variable "engine" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14628) : warning 219: local variable "lights" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14628) : warning 219: local variable "alarm" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14628) : warning 219: local variable "doors" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14628) : warning 219: local variable "bonnet" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14628) : warning 219: local variable "boot" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14628) : warning 219: local variable "objective" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14638) : warning 217: loose indentation
    Pawn compiler 3.2.3664              Copyright (c) 1997-2006, ITB CompuPhase


    31 Warnings.
     

  7. http://pastebin.com/9XVMbvu3

     

    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "engine" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "lights" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "alarm" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "doors" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "bonnet" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "boot" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "objective" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14596) : warning 217: loose indentation

  8.  

    Problema intalnita (descriere): Deci eu vreua sa adagu sa incui masina si sa descui folosind tasta N  asa am adaugat chestia care am puso pe pastebean si imi da aceste erori.
    Ero(area / rile) / warning-(ul / urile): C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "engine" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "lights" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "alarm" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "doors" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "bonnet" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "boot" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14563) : warning 219: local variable "objective" shadows a variable at a preceding level
    C:\Users\User\Desktop\gamemodes\Carbon.pwn(14596) : warning 217: loose indentation
    Liniile de cod / sursa / script-ul(obligatoriu): http://pastebin.com/9XVMbvu3
    Imagini / Video (optional): nu e necesar ca e linck pastebean
    Ati incercat sa rezolvati singur?:  normal si nu inteleg cum pot rezolva

     

     

     

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.