User
Pass
2FA
 
 

[rezolvat]Problema schimbare Harta

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Counter-Strike: Help zone
Author Message809
Aleex Armanu

[Detinator Server]



Status: Offline
(since 16-05-2022 10:06)
Joined: 25 Feb 2015
Posts: 2285, Topics: 267
Location: Cluj Napoca

Reputation: 844.2
Votes: 96

       
Post Posted: 07-04-2015, 20:08:53 | Translate post to: ... (Click for more languages)

Salut, in ultimele 2 zile am observat cand se schimba harta apare comanda: amx_map ..... si tot serverul asteapta pana se schimba.
2. Din ce cauza dureaza asa mult sa se schimbe?
1. Ce ar trebuie sa-i fac?


ZOMBIE.FREAKZ.RO # INTERNATIONAL ZM



0 0
  
Back to top
View user's profile Send private message
pavelescu98

[dead.Andrei]



Status: Offline
(since 22-01-2018 21:28)
Joined: 18 Jan 2015
Posts: 848, Topics: 132
Location: Nicaieri...Dar acasa.

Reputation: 6.2
Votes: 47

 
Post Posted: 07-04-2015, 20:38:50 | Translate post to: ... (Click for more languages)

Code:
/* Fisier descarcat de pe http://www.Freakz.Ro ! */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "File Remover"
#define VERSION "1.0"
#define AUTHOR "dead.Andrei"


public plugin_init() {
   
   register_plugin(PLUGIN, VERSION, AUTHOR);
}

public plugin_end()
{
   new szDir[] = "/", DirPointer, szFile[32];
   
   DirPointer = open_dir(szDir, "", 0);
   
   while(next_file(DirPointer, szFile, sizeof szFile - 1))
   {
      if(szFile[0] == '.')
         continue;
     
      if(containi(szFile, "custom.hpk") != -1)
      {
         delete_file(szFile);
         break;
      }
   }
   close_dir(DirPointer);
   return 1;
}


I-a pluginul asta, este foarte bun, asa imi facea si mie, dar s-a rezolvat.




"Fotbalul nu iti place. Il iubesti, il traiesti, il respiri, e parte din tine." Gabi Balint

0 0
  
Back to top
View user's profile Send private message
Aleex Armanu

[Detinator Server]



Status: Offline
(since 16-05-2022 10:06)
Joined: 25 Feb 2015
Posts: 2285, Topics: 267
Location: Cluj Napoca

Reputation: 844.2
Votes: 96

       
Post Posted: 07-04-2015, 20:43:28 | Translate post to: ... (Click for more languages)

Cu ce nume il pun? Si ce face?

ZOMBIE.FREAKZ.RO # INTERNATIONAL ZM



0 0
  
Back to top
View user's profile Send private message
pavelescu98

[dead.Andrei]



Status: Offline
(since 22-01-2018 21:28)
Joined: 18 Jan 2015
Posts: 848, Topics: 132
Location: Nicaieri...Dar acasa.

Reputation: 6.2
Votes: 47

 
Post Posted: 07-04-2015, 20:55:00 | Translate post to: ... (Click for more languages)

Acest plugin sterge de fiecare data fisierul custom.hpk care incetineste si ingreuneaza schimbarea hartii!
File Remover [ ii pui numele file_remover ]




"Fotbalul nu iti place. Il iubesti, il traiesti, il respiri, e parte din tine." Gabi Balint

0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 07-04-2015, 21:39:51 | Translate post to: ... (Click for more languages)

Uite aici pluginul compilat: http://www.girlshare.ro/34185559.1 Eu l-am avut si mergea perfect.



0 0
  
Back to top
View user's profile Send private message
Aleex Armanu

[Detinator Server]



Status: Offline
(since 16-05-2022 10:06)
Joined: 25 Feb 2015
Posts: 2285, Topics: 267
Location: Cluj Napoca

Reputation: 844.2
Votes: 96

       
Post Posted: 07-04-2015, 21:55:11 | Translate post to: ... (Click for more languages)

L-am pus, il voi testa si voi posta.

ZOMBIE.FREAKZ.RO # INTERNATIONAL ZM



0 0
  
Back to top
View user's profile Send private message
Aleex Armanu

[Detinator Server]



Status: Offline
(since 16-05-2022 10:06)
Joined: 25 Feb 2015
Posts: 2285, Topics: 267
Location: Cluj Napoca

Reputation: 844.2
Votes: 96

       
Post Posted: 13-04-2015, 09:45:16 | Translate post to: ... (Click for more languages)

Inca am problema asta.. ce fac?

ZOMBIE.FREAKZ.RO # INTERNATIONAL ZM



0 0
  
Back to top
View user's profile Send private message
-P!C@-

[Simply Normal]



Status: Offline
(since 21-04-2022 19:07)
Joined: 28 May 2012
Posts: 21086, Topics: 1601
Location: Constanta

Reputation: 1870.3
Votes: 781

Post Posted: 13-04-2015, 09:49:06 | Translate post to: ... (Click for more languages)

Pune in server cfg urmatoarele setari: hpk_maxsize "1.0" si mp_chattime "0"



0 0
  
Back to top
View user's profile Send private message
Aleex Armanu

[Detinator Server]



Status: Offline
(since 16-05-2022 10:06)
Joined: 25 Feb 2015
Posts: 2285, Topics: 267
Location: Cluj Napoca

Reputation: 844.2
Votes: 96

       
Post Posted: 13-04-2015, 10:00:22 | Translate post to: ... (Click for more languages)

Multumesc, nu erau adaugate.

ZOMBIE.FREAKZ.RO # INTERNATIONAL ZM



0 0
  
Back to top
View user's profile Send private message
TwisTer

[GOOGLE SEARCHER]



Status: Offline
(since 17-05-2023 01:23)
Joined: 04 May 2007
Posts: 6962, Topics: 147
Location: Romania

Reputation: 2724.4
Votes: 231

 
Post Posted: 13-04-2015, 15:22:17 | Translate post to: ... (Click for more languages)

Setãrile date mai sus de colegul meu reprezintã soluþia.


0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID

  Topic locked


Topic is closed, you cannot post any messages in it anymore

Locked by TwisTer, 13 April 2015 13:22



 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Freakz Forum Index -> Trash Bin -> CS 2006-2019 (Archived) -> Counter-Strike: Help zone  


The time now is 19-04-2024, 05:35:32
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password


This message appears only once, so
like us now until it's too late ! :D
x