Jump to content

Sealand123

Membru
  • Posts

    110
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Sealand123

  1. Problema intalnita (descriere):Pai am un GM care ruleaza mysql si cand il deschid la mine in PC merge perfect se conteaza tot dar cand il pun pe host face legatura dar nu ma lasa sa intru pe server 
    Ero(area / rile) / warning-(ul / urile):Nu imi da
    Liniile de cod / sursa / script-ul(obligatoriu):[19:40:07]  

    [19:40:07] ---------------------------
    [19:40:07] MySQL Debugging activated (03/05/15)
    [19:40:07] ---------------------------
    [19:40:07]  
    [19:40:07] >> mysql_query( Connection handle: 1 )
    [19:40:07] CMySQLHandler::Query(SELECT * FROM `houses` ORDER BY `houses`.`hID` ASC) - Successfully executed.
    [19:40:07] >> mysql_store_result( Connection handle: 1 )
    [19:40:07] CMySQLHandler::StoreResult() - Result was stored.
    [19:40:07] >> mysql_retrieve_row( Connection handle: 1 )
    [19:40:07] >> mysql_fetch_field_row( Connection handle: 1 )
    [19:40:07] CMySQLHandler::FetchField("hID") - 1
    [19:40:07] >> mysql_fetch_field_row( Connection handle: 1 )
    [19:40:07] CMySQLHandler::FetchField("PosX") - 2266.97
    [19:40:07] >> mysql_fetch_field_row( Connection handle: 1 )
    [19:40:07] CMySQLHandler::FetchField("PosY") - 1633.61
    [19:40:07] >> mysql_fetch_field_row( Connection handle: 1 )
    [19:40:07] CMySQLHandler::FetchField("PosZ") - 1084.23
    [19:40:07] >> mysql_fetch_field_row( Connection handle: 1 )
    etc

    Imagini / Video (optional):
    Ati incercat sa rezolvati singur?:da

  2. Problema intalnita (descriere):Pai cand creez o masina pe server aceasta nu se salveaza in baza de date,in rest absolut orice se salveaza
    Ero(area / rile) / warning-(ul / urile):Nicio eroare
    Liniile de cod / sursa / script-ul(obligatoriu):Ziceti-mi voi ce trebuie
    Imagini / Video (optional):-
    Ati incercat sa rezolvati singur?:o zi intreaga

  3. Cand dau goto la cineva, sau cand dau esc bag in bara jocu iar cand revin da warning sau crash dar da si la playeri normali random, nu e un moment sau loc fix am obsevat eu ca da la goto si la esc

  4. Detin un server si as vrea sa-i fac un panel.Serverul nu are baza de date este .ini.

    Este necesar sa-i fac baza de date?

    Daca da este greu?

    Nu pot sa gasesc pe net un panel gata facut ?

  5. L-am schimbat si merge cu 5 minute intainte pentru toata lumea....(zero ping hostul)

     

    #include <a_samp>
    #include <time>
    #define FILTERSCRIPT
    forward settime(playerid);
    new Text:Time2, Text:Date;
     
    public settime(playerid)
    {
    new string[256],year,month,day,hours,minutes,seconds;
    getdate(year, month, day), gettime(hours, minutes, seconds);
    format(string, sizeof string, "~w~%d/%s%d/%s%d", day, ((month < 10) ? ("0") : ("")), month, (year < 10) ? ("0") : (""), year);
    TextDrawSetString(Date, string);
    format(string, sizeof string, "~w~%s%d:%s%d:%s%d", (hours < 10) ? ("0") : (""), hours, (minutes < 10) ? ("0") : (""), minutes, (seconds < 10) ? ("0") : (""), seconds);
    TextDrawSetString(Time2, string);
    }
    public OnPlayerSpawn(playerid)
    {
        TextDrawShowForPlayer(playerid, Time2);
    TextDrawShowForPlayer(playerid, Date);
    return 1;
    }
    public OnGameModeInit()
    {
        SetTimer("settime",1000,true);
        Date = TextDrawCreate(547.000000,11.000000,"--");
        TextDrawFont(Date,3);
        TextDrawLetterSize(Date,0.399999,1.600000);
        TextDrawColor(Date,0xffffffff);
        Time2 = TextDrawCreate(547.000000,28.000000,"--");
        TextDrawFont(Time2,3);
        TextDrawLetterSize(Time2,0.399999,1.600000);
        TextDrawColor(Time2,0xffffffff);
        SetTimer("settime",1000,true);
        return 1;
    }
  6. Problema intalnita (descriere):Ceas samp
    Ero(area / rile) / warning-(ul / urile):Niciuna
    Liniile de cod / sursa / script-ul:public ClockSeconds()

    {
    new string[24];
     
    if(SecondsTD != 59)
    {
    SecondsTD ++;
    }
    else
    {
       SecondsTD = 0;
       MinutesTD ++;
    }
     
    if(MinutesTD == 59)
    {
       MinutesTD = 0;
       HoursTD ++;
    }
    if(HoursTD > 23)
    {
    HoursTD = 0;
    }
    //-----------------------------------------------
    if(MinutesTD < 10)
    {
    format(string, sizeof(string),":0%d",MinutesTD);
    }
    else
    {
       format(string, sizeof(string),":%d",MinutesTD);
    }
    TextDrawSetString(Textdraw56, string);
     
    //-----------------------------------------------
    if(SecondsTD < 10)
    {
    format(string, sizeof(string),":0%d",SecondsTD);
     
    }
    else
    {
       format(string, sizeof(string),":%d",SecondsTD);
    }
    TextDrawSetString(Textdraw57, string);
     
    //-----------------------------------------------
    if(HoursTD < 10)
    {
    format(string, sizeof(string),"0%d",HoursTD);
     
    }
    else
    {
       format(string, sizeof(string),"%d",HoursTD);
    }
    TextDrawSetString(Textdraw58, string);

    Imagini / Video (optional):
    Ati incercat sa rezolvati singur?:De saptamani ma chinui

  7. Salut

     

    //------------------------------------navycar-----------------------------
        navycar[4] = AddStaticVehicleEx(520,-1308.4419000,495.2885000,18.8781000,318.4592000,140,1,3600); //Hydra
        navycar[5] = AddStaticVehicleEx(520,-1278.7811000,495.2842000,18.8781000,318.4592000,140,1,3600); //Hydra
        navycar[6] = AddStaticVehicleEx(520,-1292.8400000,495.2842000,18.8781000,318.4592000,140,1,3600); //Hydra
        navycar[7] = AddStaticVehicleEx(520,-1263.4852000,495.2842000,18.8781000,318.4592000,140,1,3600); //Hydra
        navycar[13] = AddStaticVehicleEx(425,-1585.9984000,338.3718000,24.8600000,90.0000000,140,1,3600); //Hunter
        navycar[14] = AddStaticVehicleEx(425,-1605.8413000,287.8786000,7.9955000,90.0000000,140,1,3600); //Hunter
     

     

    armycar[0] = AddStaticVehicleEx(432, 218.0844, 1860.3893, 13.3121, 0.0000, 57,1,3600);
        armycar[1] = AddStaticVehicleEx(432, 212.4581, 1860.4756, 13.3121, 0.0000,57,1,3600);

     

    Cand deschid prima data serverul apar, dar cand dau /rac sau se respawneaza prin orice fel nu se mai respawneaza dispar

  8. ----------
    Loaded log file: "server_log.txt".
    ----------

    SA-MP Dedicated Server
    ----------------------
    v0.3z-R4, ©2005-2014 SA-MP Team

    [01:28:24]
    [01:28:24] Server Plugins
    [01:28:24] --------------
    [01:28:24]  Loading plugin: streamer.so
    [01:28:24]

    *** Streamer Plugin v2.5.2 by Incognito loaded ***

    [01:28:24]   Loaded.
    [01:28:24]  Loading plugin: dns.so
    [01:28:24]

    *** DNS Plugin v2.4 by Incognito loaded ***

    [01:28:24]   Loaded.
    [01:28:24]  Loaded 2 plugins.

    [01:28:24]
    [01:28:24] Filterscripts
    [01:28:24] ---------------
    [01:28:24]   Loading filterscript 'Harta.amx'...
    [01:28:25]   Loaded 1 filterscripts.

    [01:28:25] [sCRIPT]: Loaded Houses
    [01:28:25] [sCRIPT]: Loaded Bizzes
    [01:28:25] [sCRIPT]: Loaded S-Bizzes
    [01:28:25] weburl = "bristonrpg.icyboards.net"  (string)
    [01:28:25] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
    [01:28:25] [sCRIPT]: Loaded 12471 Objects
    [01:28:25] [sCRIPT]: Loaded 396 Pickups
    [01:28:25] Number of vehicle models: 132
    [01:28:56] Incoming connection: 109.101.32.169:11280
    [01:28:56] [join] Lightman has joined the server (0:109.101.32.169)
    [01:29:10] [death] Lightman died 255
    [01:30:06] Incoming connection: 86.122.86.15:1525
    [01:30:06] [join] AndreiShiAtat has joined the server (1:86.122.86.15)
    [01:30:20] [death] AndreiShiAtat died 255
    [01:31:30] Incoming connection: 82.137.8.59:24576
    [01:31:31] [join] Diablo_Menendez has joined the server (2:82.137.8.59)
    [01:31:47] [death] Diablo_Menendez died 255
    [01:32:04] Incoming connection: 5.13.101.27:50464
    [01:32:04] [join] marisca has joined the server (3:5.13.101.27)
    [01:32:20] [death] marisca died 255
    [01:33:48] (29/12/2014)[1:33:48] Diablo_Menendez (Megaphone): stai! aici lspd! opreste sau risti w5
    [01:33:58] (29/12/2014)[1:33:58] Diablo_Menendez (Megaphone): stai! aici lspd! opreste sau risti w5
    [01:34:10] [ADMIN]: marisca Has Teleported Himself to Los Santos.
    [01:34:53] [ADMIN]: Lightman Sta spectator pe AndreiShiAtat (1).
    [01:34:55] (29/12/2014)[1:34:55] AndreiShiAtat (Megaphone): stop aici LSPD , trage pe dreapta
    [01:34:59] [chat] [Lightman]: mai dau un restart
    [01:35:08] (29/12/2014)[1:35:8] AndreiShiAtat (Megaphone): stop aici LSPD , trage pe dreapta
     

    PS: obiectele sunt in FS si sunt peste 110 000

×
×
  • 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.