Jump to content

cobalt_thekiller

Membru
  • Posts

    66
  • Joined

  • Last visited

Everything posted by cobalt_thekiller

  1. Salut incerc si eu sa adaug mapping dar nush dc nu se adauga In gm am doar LoadMaps() In booter.inc am function LoadMaps() In systems.inc am function LoadMaps() Are mapping la spawn dar am mai adaugat eu si nush dc nu se adauga multumesc
  2. Salut am o problem cu comanda /find /wanted cand le folosesc arata ultima locatie a jucatorului nu se updateaza case DIALOG_WANTED: { if(!response) return true; new id = SelectedPlayers[playerid][listitem]; if(PlayerInfo[id][pWantedLevel] == 0) return SCM(playerid, COLOR_LGREEN, "Eroare: Acel player nu mai are wanted!"); ShowMDC(playerid, id); UsedFind[playerid] = 1; new Float:X,Float:Y,Float:Z; GetPlayerPos(id, X,Y,Z); SetPlayerCheckpointEx(playerid, X,Y,Z, 3.5); targetfind[playerid] = id; CP[playerid] = 53; format(string, sizeof(string), "* Punctul rosu a fost setat pe %s (%d) care se afla in zona %s.",GetName(id),id,GetPlayerZone(id)); SCM(playerid,COLOR_YELLOW,string); } YCMD:find(playerid, params[], help) { if(JobWorking[playerid] == 1) return true; if(CP[playerid] != 0 || targetfind[playerid] != -1) return ShowPlayerDialog(playerid, DIALOG_CHECKPOINT, DIALOG_STYLE_MSGBOX, "Checkpoint", "Ai deja un checkpoint activ.\nDoresti sa-l anulezi? Daca da, apasa pe 'Ok'.", "Ok", "Exit"); new id,giveplayer[30],string[100]; if(PlayerInfo[playerid][pJob] != 6 && PlayerInfo[playerid][pMember] != 11 && !IsACop(playerid)) return SCM(playerid, COLOR_GREY, "Nu ai jobul 'Detective'."); if(sscanf(params, "u",id)) return SCM(playerid, COLOR_GREY, "Syntax: {FFFFFF}/find <playerid/name>"); if(!IsPlayerConnected(id) || id == INVALID_PLAYER_ID) return SCM(playerid, COLOR_GREY, "Acel player nu este conectat."); if(Spectate[id] != 255) return SCM(playerid, COLOR_GREY, "Acel player este ocupat!"); if(id == playerid) return SCM(playerid, COLOR_GREY, "Nu poti folosi aceasta comanda asupra ta!"); if(togfind[id] == 1) return SCM(playerid,COLOR_GREY, "Acel player nu poate fi urmarit!"); if(GetPVarInt(id, "Undercover") == 1) return SCM(playerid, COLOR_GREY, "Acel player este ocupat!"); if(BizRobbed[playerid] != 0) return true; if(togfind[id] == 1 && OnDuty[playerid] == 0 && PlayerHit[playerid] == -1) return SCM(playerid, COLOR_LGREEN, "Eroare: Acel player nu poate fi urmarit!"); UsedFind[playerid] = 1; new skin = GetPlayerSkin(id); PlayerTextDrawSetPreviewModel(playerid, FindSkinTD, skin); PlayerTextDrawShow(playerid, FindSkinTD); GetPlayerName(id, giveplayer, sizeof(giveplayer)); new Float:X,Float:Y,Float:Z; GetPlayerPos(id, X,Y,Z); SetPlayerCheckpointEx(playerid, X,Y,Z, 3.5); targetfind[playerid] = id; CP[playerid] = 53; format(string, sizeof(string), "* Punctul rosu a fost setat pe %s (%d) care se afla in zona %s.",giveplayer,id,GetPlayerZone(id)); SCM(playerid,COLOR_YELLOW,string); for(new m; m < 2; m++) { if(PlayerInfo[playerid][pDailyMission][m] == 12) CheckMission(playerid, m); } return true; }
  3. Salut daca vreau sa bag voice chat pe serverul meu de samp ce are trebui sa adaug?
  4. Multumesc @hanako @Kira. am rezolvat am modificat in server.cfg si am bagat un fisier multumesc
  5. argh nu am nici un gm instalat care sa aiba mysql_static.dll imi poti da link pls
  6. acm am cautat nu gasesc imi poti da link terog eu frumos sau pot sa iau din alt gm?
  7. aha deci nu o sa pot sa pornesc acest gm pe localhost?
  8. Salut pai si ce are trebui sa fac? Aici o poza cu plugins Multumesc
  9. Salut incerc si eu sa deschid un server pe localhost si primesc asta ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team filterscripts = "" (string) Server Plugins -------------- Loading plugin: crashdetect CrashDetect plugin 4.19.4 Loaded. Loading plugin: sscanf =============================== sscanf plugin loaded. Version: 2.8.1 (c) 2012 Alex "Y_Less" Cole =============================== Loaded. Loading plugin: mysql_static Failed. Loading plugin: streamer *** Streamer Plugin v2.9.4 by Incognito loaded *** Loaded. Loading plugin: Whirlpool ================== Whirlpool loaded ================== Loaded. Loaded 4 plugins. Ban list -------- Loaded: samp.ban Started server on port: 7777, with maxplayers: 50 lanmode is OFF. Filterscripts --------------- Loaded 0 filterscripts. [debug] Run time error 19: "File or function is not found" [debug] mysql_format [debug] mysql_tquery [debug] mysql_log [debug] mysql_connect [debug] mysql_errno [debug] cache_get_row_count [debug] cache_get_field_content [debug] cache_insert_id [debug] mysql_query [debug] cache_get_field_content_int [debug] cache_delete [debug] mysql_escape_string [debug] orm_create [debug] orm_addvar_string [debug] orm_apply_cache [debug] orm_addvar_int [debug] orm_addvar_float [debug] mysql_unprocessed_queries [debug] cache_get_field_content_float [debug] Run time error 19: "File or function is not found" [debug] mysql_format [debug] mysql_tquery [debug] mysql_log [debug] mysql_connect [debug] mysql_errno [debug] cache_get_row_count [debug] cache_get_field_content [debug] cache_insert_id [debug] mysql_query [debug] cache_get_field_content_int [debug] cache_delete [debug] mysql_escape_string [debug] orm_create [debug] orm_addvar_string [debug] orm_apply_cache [debug] orm_addvar_int [debug] orm_addvar_float [debug] mysql_unprocessed_queries [debug] cache_get_field_content_float Script[gamemodes/HG.amx]: Run time error 19: "File or function is not found" Number of vehicle models: 0
  10. Salut incerc si eu sa deschid un server pe localhost si primesc asta ---------- Loaded log file: "server_log.txt". ---------- SA-MP Dedicated Server ---------------------- v0.3.7-R2, (C)2005-2015 SA-MP Team filterscripts = "" (string) Server Plugins -------------- Loading plugin: crashdetect CrashDetect plugin 4.19.4 Loaded. Loading plugin: sscanf =============================== sscanf plugin loaded. Version: 2.8.1 (c) 2012 Alex "Y_Less" Cole =============================== Loaded. Loading plugin: mysql_static Failed. Loading plugin: streamer *** Streamer Plugin v2.9.4 by Incognito loaded *** Loaded. Loading plugin: Whirlpool ================== Whirlpool loaded ================== Loaded. Loaded 4 plugins. Ban list -------- Loaded: samp.ban Started server on port: 7777, with maxplayers: 50 lanmode is OFF. Filterscripts --------------- Loaded 0 filterscripts. [debug] Run time error 19: "File or function is not found" [debug] mysql_format [debug] mysql_tquery [debug] mysql_log [debug] mysql_connect [debug] mysql_errno [debug] cache_get_row_count [debug] cache_get_field_content [debug] cache_insert_id [debug] mysql_query [debug] cache_get_field_content_int [debug] cache_delete [debug] mysql_escape_string [debug] orm_create [debug] orm_addvar_string [debug] orm_apply_cache [debug] orm_addvar_int [debug] orm_addvar_float [debug] mysql_unprocessed_queries [debug] cache_get_field_content_float [debug] Run time error 19: "File or function is not found" [debug] mysql_format [debug] mysql_tquery [debug] mysql_log [debug] mysql_connect [debug] mysql_errno [debug] cache_get_row_count [debug] cache_get_field_content [debug] cache_insert_id [debug] mysql_query [debug] cache_get_field_content_int [debug] cache_delete [debug] mysql_escape_string [debug] orm_create [debug] orm_addvar_string [debug] orm_apply_cache [debug] orm_addvar_int [debug] orm_addvar_float [debug] mysql_unprocessed_queries [debug] cache_get_field_content_float Script[gamemodes/HG.amx]: Run time error 19: "File or function is not found" 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.