Jump to content

HappY

Membru
  • Posts

    20
  • Joined

  • Last visited

    Never

Posts posted by HappY

  1. Dc imi zice asa la orice comanda ?

    Untitled.png

    Comenzi im GM sunt .. ex:

    	if (strcmp(cmd, "/stats", true) == 0)
    	{
    	    if(IsPlayerConnected(playerid))
    	    {
    			if (gPlayerLogged[playerid] != 0)
    			{
    				ShowStats(playerid,playerid);
    			}
    			else
    			{
    				SendClientMessage(playerid, COLOR_GRAD1, "   You are not Logged in !");
    			}
    		}
    		return 1;
    	}
    

  2. Salut, am incercat mai multe FS Admin System si nu reusesc sa-l fac pe niciunu sa mearga ...

    Urc fisierele FS .pwn .amx in filterscripts add in server.cfg numele FS-ului, dau start server si cand intru pe server si tastez comanda nu merge ...

    Ma puteti ajuta ?

    Multumesc !

  3. Ms am scapat de PlayerPos da au ramas astea :((

    D:\ForTeam Romania\pawno\include\vida.inc(161) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")
    D:\ForTeam Romania\pawno\include\vida.inc(162) : warning 201: redefinition of constant/macro (symbol "OnPlayerDisconnect")
    D:\ForTeam Romania\gamemodes\ftrp.pwn(15875) : warning 202: number of arguments does not match definition
    D:\ForTeam Romania\gamemodes\ftrp.pwn(22030) : warning 235: public function lacks forward declaration (symbol "HBroadCast")
    D:\ForTeam Romania\gamemodes\ftrp.pwn(35603) : warning 216: nested comment
    D:\ForTeam Romania\gamemodes\ftrp.pwn(58756) : warning 225: unreachable code
    D:\ForTeam Romania\gamemodes\ftrp.pwn(63856) : warning 235: public function lacks forward declaration (symbol "ResetBan")
    D:\ForTeam Romania\gamemodes\ftrp.pwn(63860) : warning 235: public function lacks forward declaration (symbol "ResetKick")
    Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase
    
    Header size:          13060 bytes
    Code size:          2907660 bytes
    Data size:          7673440 bytes
    Stack/heap size:      16384 bytes; estimated max. usage=4308 cells (17232 bytes)
    Total requirements:10610544 bytes
    
    8 Warnings.
    

    //EDIT: Am scapat de VIDA, au mai ramas 6 errori :(

  4. Linia 67429 - sterge variabila

    Linia 63859 - foloseste forward.

    Linia 63855 - foloseste forward.

    Linia 22029 - foloseste forward.

    Arata inc-ul vida.

    La restul arati aici scripturile.

    Linia 67429 - sterge variabila - faza e ca linia asta e cea care inchide tot gm ...

  5. D:\ForTeam Romania\pawno\include\vida.inc(161) : warning 201: redefinition of constant/macro (symbol "OnPlayerConnect")
    D:\ForTeam Romania\pawno\include\vida.inc(162) : warning 201: redefinition of constant/macro (symbol "OnPlayerDisconnect")
    D:\ForTeam Romania\gamemodes\ftrp.pwn(15874) : warning 202: number of arguments does not match definition
    D:\ForTeam Romania\gamemodes\ftrp.pwn(22029) : warning 235: public function lacks forward declaration (symbol "HBroadCast")
    D:\ForTeam Romania\gamemodes\ftrp.pwn(35602) : warning 216: nested comment
    D:\ForTeam Romania\gamemodes\ftrp.pwn(58755) : warning 225: unreachable code
    D:\ForTeam Romania\gamemodes\ftrp.pwn(63855) : warning 235: public function lacks forward declaration (symbol "ResetBan")
    D:\ForTeam Romania\gamemodes\ftrp.pwn(63859) : warning 235: public function lacks forward declaration (symbol "ResetKick")
    D:\ForTeam Romania\gamemodes\ftrp.pwn(67429) : warning 203: symbol is never used: "PlayerPos"
    Pawn compiler 3.2.3664           Copyright (c) 1997-2006, ITB CompuPhase
    
    Header size:          13060 bytes
    Code size:          2907660 bytes
    Data size:          7659440 bytes
    Stack/heap size:      16384 bytes; estimated max. usage=4308 cells (17232 bytes)
    Total requirements:10596544 bytes
    
    9 Warnings.

  6. //------------------------------------------------------------------------------------------------------
    
    main()
    {
    print(" ");
    print(" ");
    }
    
    //------------------------------------------------------------------------------------------------------

    Uite, e neatins ...

  7. Zonek merge pe mysql , ca sa iti mearga trebuie sa fi conectat la baza de date, si sa ai toate pluginurile.

    Sa mai discutat acesta problema.

    Da crezi ca nu sunt conectat ? odata ce merge serveru ... dar daca modific ceva in pwn nu mai merge

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

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