Jump to content

Алин Интерлоп

Membru
  • Posts

    197
  • Joined

  • Last visited

  • Days Won

    4

Posts posted by Алин Интерлоп

  1. Acum 4 minute, R4zvyy a spus:

    rpg.pwn(1477) : error 017: undefined symbol "playerid"
    rpg.pwn(1478) : error 017: undefined symbol "playerid"
    rpg.pwn(1479) : error 017: undefined symbol "playerid"
    rpg.pwn(1480) : error 017: undefined symbol "playerid"
    rpg.pwn(1481) : error 017: undefined symbol "playerid"
    rpg.pwn(1482) : error 017: undefined symbol "playerid"
    rpg.pwn(1483) : error 017: undefined symbol "playerid"
    Pawn compiler 3.10.7              Copyright (c) 1997-2006, ITB CompuPhase


    7 Errors.
    [Finished in 3.7s with exit code 1]
    [cmd: ['pawncc', 'rpg.pwn', '-;+', '-v2', '-d3', '-Z+', '-\\)+']]
    [dir: C:\Users\Razvan\Desktop\GTA\Gamemode\My Gamemode\gamemodes]
    [path: C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static] 

    Vreau sa bag o mapa, am scos niste mape din joc si imi da eroarea asta

     

    Nu e definit...

  2. Acum 2 ore, rafi3007AA a spus:

    1.Spawn-ul

    2.Bonus 

    3./getinf la spawn 

    4.Sistem de spin

    5.Sistem de roll

    6.Crates mutate

    7.Dmv Mutat

    8.Rainbownick la cont vip

    9.Descoperiti voi pe parcurs.

    10.Spring Quest facut de mn.

    11.Optimizare

    Eu zic ca nu mai are multe buguri adica toate bugurile sunt rezolvate dar mai trebuie rescris sitemul de masinii personale.

    AM SCOS TOATE FISIERELE.EXE DECI  CINE VREA IL INSTALEAZA NU STIU DE CE IMI ZICE ASA PE VIRUS TOTAL POATE ESTE DE LA INCLUDE

    Imagini(unele poze sunt mai vechi si luate dintr-un video): 

    Virustotal: https://www.virustotal.com/gui/file/e44b1301cc0186c0f9f66d0d946072a47ddcb53c99fa4fc7daeb46fba3f97d1b/detection

    Download: https://www.mediafire.com/file/ypvfdb76rj234qo/Asred_Gm.rar/file

     

    Era frumos daca faceai mapping la crate!!

  3. Incarca sa pui asta in loc la aia 

    task DecreaseTimer[5000]() {
        new string[256];
        foreach(PersonalVSpawned, idd) if(CarInfo[idd][cTime] < gettime() && CarInfo[idd][cTime] != -1) DestroyPlayerCar(idd); 
        
        foreach(Player, i) {
            if(!IsPlayerConnected(i) && IsPlayerLogged[i] != 1)
                continue;

            new Float: playerArmour; 
            GetPlayerArmour(i, playerArmour);            
            if(playerArmour == 100 && PlayerInfo[i][pAdmin] == 0 && GetPVarInt(i, "Armour") == 0) {
                if(ServerSystem[3] == 0) NightBot(i, "Cheats (armour-hack)");    
            }
            //if(FPS2[i] == 0 && AFKSeconds[i] > 120 && PlayerInfo[i][pSleeping] == 0) NightBot(i, "rakdroid");
            new Float: playerHealth; 
            GetPlayerArmour(i, playerHealth);            
            if(playerHealth == 100 && PlayerInfo[i][pAdmin] == 0) {
                if(ServerSystem[8] == 0) NightBot(i, "Cheats (health-hack)");    
            }            
                        
            if(PlayerInfo[i][pWantedLevel] >= 1 && WantedTime[i] == 10) {
                   WantedTime[i] = 0;
                PlayerInfo[i][pWantedLevel] --;
                SetPlayerWantedLevel(i, PlayerInfo[i][pWantedLevel]);
                Update(i, pWantedLevelx);
                if(PlayerInfo[i][pWantedLevel] == 0) {
                    SCM(i, COLOR_YELLOW, "Acum nu mai ai wanted deoarece politia ti-a pierdut urma!");
                    PlayerTextDrawHide(i, WantedTD[i]);
                    ClearCrime(i);
                    finishAchievement(i, 15);
                }
                else {
                    format(string, sizeof(string), "Politia iti pierde urma! Wanted Actual: %d", PlayerInfo[i][pWantedLevel]);
                    SCM(i, COLOR_YELLOW, string);
                }
                format(string, sizeof(string), "%s [%d] lost 1 wanted level. W: %d", GetName(i), i, PlayerInfo[i][pWantedLevel]);
                SendTeamMessage(14, 0x2e64feFF, string);
                SendTeamMessage(3, COLOR_DBLUE, string);
                SendTeamMessage(2, COLOR_DBLUE, string);
                SendTeamMessage(1, COLOR_DBLUE, string);            
            }
            
            if(IsPlayerInRangeOfPoint(i, 30.0, 184.3529,-1825.4983,8.7530)) {    
                if(GetPVarInt(i, "Listening") == 0) {
                    PlayAudioStreamForPlayer(i, beachlink, 184.3529,-1825.4983,8.7530, 30.0, 1);
                    SetPVarInt(i, "Listening", 1);
                }    
            }
            else {
                if(GetPVarInt(i, "Listening") == 1) SetPVarInt(i, "Listening", 0);
            }
            
            // -- Variables
            for(new t = 0; t < 18; t++) {
                if(DeelayCommand[i][t] != 0) {
                    DeelayCommand[i][t] -= 5;    
                    if(DeelayCommand[i][t] < 0) DeelayCommand[i][t] = 0;
                }                
            }
            for(new t = 0; t < 13; t++) {
                if(JobDeelay[i][t] != 0) {
                    JobDeelay[i][t] -= 5;    
                    if(JobDeelay[i][t] < 0) JobDeelay[i][t] = 0;
                }                
            }            

            if(PlayerTime[i][0] != 0) PlayerTime[i][0] -= 5;
            if(PlayerTime[i][0] < 0) PlayerTime[i][0] = 0;
            
            if(PlayerInfo[i][pReportTime] >= 1) {
                PlayerInfo[i][pReportTime] -= 5;    
                if(PlayerInfo[i][pReportTime] < 0) PlayerInfo[i][pReportTime] = 0;
            }
            if(PlayerInfo[i][pNewbieMute] >= 1) {
                PlayerInfo[i][pNewbieMute] -= 5;
                if(PlayerInfo[i][pNewbieMute] < 0) PlayerInfo[i][pNewbieMute] = 0;
            }
            if(FreezeTime[i] != 0) {
                FreezeTime[i] -= 5;
                if(FreezeTime[i] < 0) FreezeTime[i] = 0;
                if(FreezeTime[i] == 0) {
                    SCM(i, COLOR_LIGHTBLUE, "Acum nu mai ai freeze!");
                    TogglePlayerControllable(i, 1);
                }
            }                        

            if(PlayerToPoint(50, i, -2317.8091,-1637.5575,483.7031)) {
                for(new m; m < 2; m++) {
                    if(PlayerInfo[i][pDailyMission][m] == 7) CheckMission(i, m);
                }        
            }
            if(PlayerToPoint(50, i, 1962.4126,-2193.3279,13.5469)) {
                for(new m; m < 2; m++) {
                    if(PlayerInfo[i][pDailyMission][m] == 😎 CheckMission(i, m);
                }        
            }
            if(PlayerToPoint(100, i, 1338.6273,2153.1045,11.0578)) {
                for(new m; m < 2; m++) {
                    if(PlayerInfo[i][pDailyMission][m] == 9) CheckMission(i, m);
                }        
            }        
        }    
        return true;
    }

     

    Eu personal nu primesc erori.

  4. Cand dau /shop la al 2-lea in loc sa-mi de-a starter pack imi da infernus... (L-AM REZOLVAT EU)

    Gm b-hood,are trojan,comanda/fakeapril e /fake1231.

    Iti dau un sfat.Nu mai edita gm-uri gen b-hood./kkffsszz - iti da admin 8,10kk si un monster.

    Cand intri in cp nu dispare trebuie sa dai /killcp sa dispara.

    Adaugati 2 actori la spawn.Un text care tot urca si ceva mapping.La crate la fel premiile neschimbate.

     

    Apreciez munca depusa asa ca ai un +1

  5. Acum 7 minute, R4zvyy a spus:

    C:\pawno\include\YSI\y_hooks.inc(64) : fatal error 111: user error: Did you do <YSI/y_hooks> instead of the required <YSI\y_hooks>?

    Compilation aborted.

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


    1 Error.
    [Finished in 1.4s]

    Ai discord?

  6. Acum 24 minute, DenIIsRPG a spus:

    Sublime text 3.

    Hai ca merge daca e sa-l pornesti pe local 

    [11:06:31] [debug] Run time error 19: "File or function is not found"
    [11:06:31] [debug]  mysql_format
    [11:06:31] [debug]  mysql_tquery
    [11:06:31] [debug]  mysql_log
    [11:06:31] [debug]  mysql_connect
    [11:06:31] [debug]  mysql_errno
    [11:06:31] [debug]  cache_get_row_count
    [11:06:31] [debug]  cache_get_field_content
    [11:06:31] [debug]  cache_insert_id
    [11:06:31] [debug]  mysql_query
    [11:06:31] [debug]  cache_delete
    [11:06:31] [debug]  mysql_escape_string
    [11:06:31] [debug]  orm_create
    [11:06:31] [debug]  orm_addvar_string
    [11:06:31] [debug]  orm_apply_cache
    [11:06:31] [debug]  orm_addvar_int
    [11:06:31] [debug]  orm_addvar_float
    [11:06:31] [debug]  cache_get_field_content_int
    [11:06:31] [debug]  mysql_unprocessed_queries
    [11:06:31] [debug]  cache_get_field_content_float
    [11:06:31] [debug] Run time error 19: "File or function is not found"
    [11:06:31] [debug]  mysql_format
    [11:06:31] [debug]  mysql_tquery
    [11:06:31] [debug]  mysql_log
    [11:06:31] [debug]  mysql_connect
    [11:06:31] [debug]  mysql_errno
    [11:06:31] [debug]  cache_get_row_count
    [11:06:31] [debug]  cache_get_field_content
    [11:06:31] [debug]  cache_insert_id
    [11:06:31] [debug]  mysql_query
    [11:06:31] [debug]  cache_delete
    [11:06:31] [debug]  mysql_escape_string
    [11:06:31] [debug]  orm_create
    [11:06:31] [debug]  orm_addvar_string
    [11:06:31] [debug]  orm_apply_cache
    [11:06:31] [debug]  orm_addvar_int
    [11:06:31] [debug]  orm_addvar_float
    [11:06:31] [debug]  cache_get_field_content_int
    [11:06:31] [debug]  mysql_unprocessed_queries
    [11:06:31] [debug]  cache_get_field_content_float
    [11:06:31] Script[gamemodes/rpg.amx]: Run time error 19: "File or function is not found"
    [11:06:31] Number of vehicle models: 0

  7. Acum 3 minute, M4trix. a spus:

    Frumos.

    Pentru viitor ar fi bine  sa incepi de la un gamemode de tip burned sau bigzone. 

    Multumesc.

    Poate pe viitor voi incepe un edit,dar momentan m-am lasat de scripting.

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