Jump to content

xLinix

Membru
  • Posts

    5
  • Joined

  • Last visited

Posts posted by xLinix

  1. Salut, cand incerc sa compilez gm-ul imi da eroarea asta

     

    wa-rpg.pwn(12738) : warning 208: function with tag result used before definition, forcing reparse
    wa-rpg.pwn(27894) : warning 208: function with tag result used before definition, forcing reparse
    wa-rpg.pwn(33204) : warning 208: function with tag result used before definition, forcing reparse
    C:\Users\xlini\Desktop\Gamemode SAMP\Gamemode Learn2Play\pawno\lnd\include\systems.inc(3726) : error 017: undefined symbol "CasinoTD"
    C:\Users\xlini\Desktop\Gamemode SAMP\Gamemode Learn2Play\pawno\lnd\include\systems.inc(3726) : warning 215: expression has no effect
    C:\Users\xlini\Desktop\Gamemode SAMP\Gamemode Learn2Play\pawno\lnd\include\systems.inc(3726) : error 001: expected token: ";", but found "]"
    C:\Users\xlini\Desktop\Gamemode SAMP\Gamemode Learn2Play\pawno\lnd\include\systems.inc(3726) : error 029: invalid expression, assumed zero
    C:\Users\xlini\Desktop\Gamemode SAMP\Gamemode Learn2Play\pawno\lnd\include\systems.inc(3726) : fatal error 107: too many error messages on one line

    Compilation aborted.

    Pawn compiler 3.10.8              Copyright (c) 1997-2006, ITB CompuPhase


    4 Errors.
    [Finished in 1.4s]

    (nu am cum sa il pun pe pastebin.

    (warning-urile stiu sa le rezolv, dar la include-ul systems.inc nu sti ce sa fac

        CasinoTD[0] = TextDrawCreate(156.666671, 160.962982, "box"); (teoretic linia asta ar fi problema, dar e lfl ca toate celelalte si e scris corect, de la alt ceva e problema)
        TextDrawLetterSize(CasinoTD[0], 0.000000, 19.700004);
        TextDrawTextSize(CasinoTD[0], 461.000000, 0.000000);
        TextDrawAlignment(CasinoTD[0], 1);
        TextDrawColor(CasinoTD[0], -1);
        TextDrawUseBox(CasinoTD[0], 1);
        TextDrawBoxColor(CasinoTD[0], 103);
        TextDrawSetShadow(CasinoTD[0], 0);
        TextDrawSetOutline(CasinoTD[0], 0);
        TextDrawBackgroundColor(CasinoTD[0], 255);
        TextDrawFont(CasinoTD[0], 1);
        TextDrawSetProportional(CasinoTD[0], 1);
        TextDrawSetShadow(CasinoTD[0], 0);


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

    SA-MP Dedicated Server
    ----------------------
    v0.3.7-R2, (C)2005-2015 SA-MP Team


    Server Plugins
    --------------
     Loading plugin: crashdetect
      Failed.
     Loading plugin: mysql_static
      Failed.
     Loading plugin: sscanf
      Failed.
     Loading plugin: streamer
      Failed.
     Loaded 0 plugins.


    Started server on port: 7777, with maxplayers: 100 lanmode is OFF.


    Filterscripts
    ---------------
      Loaded 0 filterscripts.

    Script[gamemodes/gamemode.amx]: Run time error 19: "File or function is not found"
    Number of vehicle models: 0

     

    Cum pot rezeolva?am copilat bine gm ul si am si gamemode.amx in gamemods dar imi apare asta, ce sa fac?

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