Jump to content

L4zarxD

Membru
  • Posts

    10
  • Joined

  • Last visited

    Never

Posts posted by L4zarxD

  1. Dau compile si imi da :

    Pawn compiler 3.2.3664          Copyright © 1997-2006, ITB CompuPhase

    Usage:  pawncc <filename> [filename...] [options]

    Options:

            -A<num>  alignment in bytes of the data segment and the stack

            -a      output assembler code

            -C[+/-]  compact encoding for output file (default=+)

            -c<name> codepage name or number; e.g. 1252 for Windows Latin-1

            -Dpath  active directory path

            -d<num>  debugging level (default=-d1)

                0    no symbolic information, no run-time checks

                1    run-time checks, no symbolic information

                2    full debug information and dynamic checking

                3    same as -d2, but implies -O0

            -e<name> set name of error file (quiet compile)

            -H<hwnd> window handle to send a notification message on finish

            -i<name> path for include files

            -l      create list file (preprocess only)

            -o<name> set base name of (P-code) output file

            -O<num>  optimization level (default=-O1)

                0    no optimization

                1    JIT-compatible optimizations only

                2    full optimizations

            -p<name> set name of "prefix" file

            -r[name] write cross reference report to console or to specified file

            -S<num>  stack/heap size in cells (default=4096)

            -s<num>  skip lines from the input file

            -t<num>  TAB indent size (in character positions, default=8)

            -v<num>  verbosity level; 0=quiet, 1=normal, 2=verbose (default=1)

            -w<num>  disable a specific warning by its number

            -X<num>  abstract machine size limit in bytes

            -XD<num> abstract machine data/stack size limit in bytes

            -\      use '\' for escape characters

            -^      use '^' for escape characters

            -;[+/-]  require a semicolon to end each statement (default=+)

            -([+/-]  require parantheses for function invocation (default=+)

            sym=val  define constant "sym" with value "val"

            sym=    define constant "sym" with value 0

    Options may start with a dash or a slash; the options "-d0" and "/d0" are

    equivalent.

    Options with a value may optionally separate the value from the option letter

    with a colon (":") or an equal sign ("="). That is, the options "-d0", "-d=0"

    and "-d:0" are all equivalent.

    Help meeeeee:((

  2. [pawn]C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(148) : error 004: function "SendPlayerFormattedText" is not implemented

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(173) : error 017: undefined symbol "strtok"

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(173) : error 033: array must be indexed (variable "cmd")

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(198) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(217) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(240) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(244) : warning 219: local variable "BigString15" shadows a variable at a preceding level

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(293) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(297) : warning 219: local variable "BigString15" shadows a variable at a preceding level

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(308) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(315) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(323) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(330) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(336) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(343) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(350) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(357) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(364) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(369) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(376) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(383) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(390) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(397) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(404) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(411) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(414) : error 017: undefined symbol "tmp"

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(416) : error 079: inconsistent return types (array & non-array)

    C:\Users\L4zarxDNight\Desktop\samp03dsvr_win32\gamemodes\SZE.pwn(418) : error 017: undefined symbol "tmp"

    Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

    26 Errors.

    [/pawn]

    Si nush dela ce sunt cine ma poate ajuta sa lase un post :cry:

  3. Hey ^^

    Meam facut si eo un server de SA:MP 0.3D

    Il dau sal testeze un baiat ...

    Ii dau IP meu

    Spune nu merge eo :?

    Marog intru eo simi arata cam alt IP si tot asa nu mise mai schinba

    Deci sa intimlat ceva ca misa schinbat IP marog nui ceva grav

    Dar nu se poate conecta nimeni abea pot eo ... :cry:

    Sunt singuru iam bagat detoate mape tot dar nu se poate bucura nimeni de el ...

    Va rog daca stiti dati add la : [email protected]

    daca ma puteti ajuta cu asta ramin dator  ;)

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