Jump to content

razoriscz

Uživatel
  • Příspěvků

    23
  • Registrován

  • Aktivní

Příspěvky posted by razoriscz

  1. Citace

    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(49) : error 017: undefined symbol "MAX_SAV"
    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(2025) : error 017: undefined symbol "Jmeno"
    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(2040) : error 017: undefined symbol "Jmeno"
    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(2761) : error 017: undefined symbol "Jmeno"
    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(2796) : error 017: undefined symbol "Jmeno"
    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(2946) : error 017: undefined symbol "Spravce_Level"
    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(2946) : warning 215: expression has no effect
    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(2946) : error 001: expected token: ";", but found "]"
    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(2946) : error 029: invalid expression, assumed zero
    C:\Users\leone\Desktop\pawno\GanjaCity.pwn(2946) : fatal error 107: too many error messages on one line

    toto třeba vyřešít.. když tak děkuji za pomoc.

  2. Zdravím, mam mod GanjaCity ktery je volně ke stažený na Uloz.to, když chci dát pwn mod do amx tak to piše toto:

    Citace

    C:\Users\Steve Razoris\Desktop\pawno\Mod.pwn(3121) : error 017: undefined symbol "vip"
    C:\Users\Steve Razoris\Desktop\pawno\Mod.pwn(3121) : warning 215: expression has no effect
    C:\Users\Steve Razoris\Desktop\pawno\Mod.pwn(3121) : error 001: expected token: ";", but found "]"
    C:\Users\Steve Razoris\Desktop\pawno\Mod.pwn(3121) : error 029: invalid expression, assumed zero
    C:\Users\Steve Razoris\Desktop\pawno\Mod.pwn(3121) : fatal error 107: too many error messages on one line

    řádek:

    Citace

    public OnPlayerRequestSpawn(playerid)
    {
        format(vipfile,sizeof(vipfile),"OcVIP/%s.ini",(playerid));
        if(DOF2_FileExists(vipfile))
        {
        nitro[playerid] = DOF2_GetInt(vipfile,"Nitro");
        vip[playerid] = DOF2_GetInt(vipfile,"VIP");     <----- tento řádek
        }
        if(!DOF2_FileExists(vipfile))
            {
            DOF2_CreateFile(vipfile);
            DOF2_SetInt(vipfile,"VIP",1);
            DOF2_SetInt(vipfile,"Nitro",1);
            DOF2_SetInt(vipfile,"Goto",0);
            nitro[playerid] = 1;
            new bigstring[500];
              strcat(bigstring, "{88FF00}Vítejte na serveru {7700FF}Ganja Party {88FF00}!\n");
            strcat(bigstring, "{88FF00}IP: {7700FF}93.91.250.147:27393 {88FF00}[Verze:{7700FF} 0.3.7{88FF00}]\n");
            strcat(bigstring, "{88FF00}Jako nový hráč dostáváte VIP účet {7700FF}ZDARMA {88FF00}!\n");
            strcat(bigstring, "{88FF00}VIP Výhody: {7700FF}/premium");
            ShowPlayerDialog(playerid, 182, DIALOG_STYLE_MSGBOX, "{88FF00}Ganja Party VIP{7700FF} - By {88FF00}OceT", bigstring, "Další", "");
      }

    předem diky za každou pomoc.

  3. Zdravím když chci spustit server haže to tento error, Verzia Debianu 7 Jedná se o mod ParadiseWorld a jak jsem se někde dočetl asi chybý scriptfiles jenže nevim kde dané soubory na paradiseworld nemohu najít mam pouze pw.pwn ktere mi někdo poslal.

    ERROR:
    samp03svr: amx/amxfile.c:222: fputs_cell: Assertion `fp!=((void *)0)' failed.

     

    předem děkuji za každou pomoc.

  4. [22:49:05]    Error: Function not registered: 'Streamer_CallbackHook'
    [22:49:05]    Error: Function not registered: 'IsValidDynamicPickup'
    [22:49:05]    Error: Function not registered: 'DestroyDynamicPickup'
    [22:49:05]    Error: Function not registered: 'DestroyDynamicMapIcon'
    [22:49:05]    Error: Function not registered: 'DestroyDynamic3DTextLabel'
    [22:49:05]    Error: Function not registered: 'CreateDynamicPickup'
    [22:49:05]    Error: Function not registered: 'CreateDynamicMapIcon'
    [22:49:05]    Error: Function not registered: 'CreateDynamic3DTextLabel'
    [22:49:05]    Error: Function not registered: 'UpdateDynamic3DTextLabelText'
    [22:49:05] *** Streamer Plugin: Include file version (0x27201) does not match plugin version (0x291) (script might need to be recompiled with the correct include file).
    [22:49:05] +-------------------------------------------+
    [22:49:05] |         ~  GameMode: Real-Gaming  ~         |
    [22:49:05] |            ~  Version: 1.0  ~            |
    [22:49:05] |          ~  Created by: LYRIcS - SL5.77 ~        |
    [22:49:05] |             ~ Edit by: Kenny - RL8.1 ~           |
    [22:49:05] +-------------------------------------------+
    [22:49:05] Loading variables and settings...
    [22:49:05] -------------------------------------
    [22:49:05] PPC Business filterscript initialized
    [22:49:05] Businesses loaded: 0
    [22:49:05] -------------------------------------
    [22:49:05] * Variables and settings has been loaded!
    [22:49:05] Creating files and loading files...
    [22:49:05] * Files has been created and loaded!
    [22:49:05] Creating textdrwas...
    [22:49:05] * TextDraws has been created!
    [22:49:05] Creating pickups...
    [22:49:05] * Pickups has been created!
    [22:49:05] Creating banks...
    [22:49:05] * Banks has been created!
    [22:49:05] Creating properties...
    [22:49:05] * Properties has been created!
    [22:49:05] Creating oil wells...
    [22:49:05] * Oil wells has been created!
    [22:49:05] Creating houses...
    [22:49:05] * Houses has been created!
    [22:49:05] Creating house vehicles...
    [22:49:05] * House vehicles has been created!
    [22:49:05] Creating firms...
    [22:49:05] * Firms has been created!
    [22:49:05] Creating clans...
    [22:49:05] * Clans has been created!
    [22:49:05] Creating objects...
    [22:49:05] * Objects has been created!
    [22:49:05] Creating vehicles and loading vehicles settings...
    [22:49:05] * Vehicles and vehicles settings has been created and loaded!
    [22:49:05] Creating 3D Texts...
    [22:49:05] * 3D Texts has been created!
    [22:49:05] Setting SPZts...
    [22:49:05] * SPZts has been setted!
    [22:49:05] >>> All was loaded!
    [22:49:05] >>> Game Mode has been started!
    [22:49:05] Number of vehicle models: 147

    a po chvilce se vypne
  5. Popis problému:

    Zdravím, potřebuju pomoc, po chvilce se mi vypne server a píše to tohle:

    samp03svr: amx/amxfile.c:222: fputs_cell: Assertion `fp!=((void *)0)' failed.

     

    Předem děkuji za každou radu :)

     

    Chyby/varování kompilátoru a při běhu:

    samp03svr: amx/amxfile.c:222: fputs_cell: Assertion `fp!=((void *)0)' failed.

     

    Kód:

     

    --

     

     

     

    Dodatečné poznámky:

    --

×
×
  • Create New...