User
Pass
2FA
 
 

Cum fac sã disparã radarul si armele de pe server ?

 
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) -> Fixed issues
Author Message1087
Iulian3D

[Mentally Stable]



Status: Offline
(since 04-03-2020 22:38)
Joined: 21 Jun 2015
Posts: 227, Topics: 37
Location: Buftea .

Reputation: 178.8
Votes: 4

   
Post Posted: 10-07-2015, 21:18:38 | Translate post to: ... (Click for more languages)

Salut , cum pot sã fac sã disparã radarul de pe server ? Cum pot sã scot și armele și armurile de pe server , adicã sã nu se mai gãseascã arme și armuri pe jos . Adicã de exemplu , pe server gãsești arme pe jos (fãrã sã le arunce cineva ) și le poți lua , eu aș vrea ca aceste arme sã disparã .
Pozã : Link http://www.girlshare.ro/34922184

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: 10-07-2015, 21:53:08 | Translate post to: ... (Click for more languages)

Incearca cu drawradar 0 sau cl_radartype 0
Pt arme si armuri intra in fisieruk cfg de la zombie sau ce ai si cauta allow weapons tay sau ceva asemanator si pune pe 0




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

[Mentally Stable]



Status: Offline
(since 04-03-2020 22:38)
Joined: 21 Jun 2015
Posts: 227, Topics: 37
Location: Buftea .

Reputation: 178.8
Votes: 4

   
Post Posted: 11-07-2015, 10:10:40 | Translate post to: ... (Click for more languages)

Am cãutat în fișierele cfg ale serverului și nu am gãsit nimic cu
drawradar , cl_radartype , weapons .

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

[DEV]



Status: Offline
(since 12-03-2020 22:13)
Joined: 24 May 2014
Posts: 4042, Topics: 119
Location: ---------

Reputation: 515.9
Votes: 118

   
Post Posted: 11-07-2015, 17:57:32 | Translate post to: ... (Click for more languages)

Nu poti face sa dispara radarul fara sa dispara si HP si Ap-ul.
Ca sa dispara armele aruncate e usor trebuie doar sa verifici folosind.
Code:

RegisterHam( Ham_Touch, "weaponbox", "Delete_weapon", 1 );
si publicul :
public Delete_weapon ( const WeaponBox, const player )
{
    if ( !player || player > get_maxplayer())
        set_pev( WeaponBox, pev_nextthink, get_gametime() + 0.1);
}

Ai nevoie de inc-urile : amxmodx , fakemata (pentru set_pev) ,si hamsandwich( pentru inregistrarea Ham-ului de la publicul Delete_weapon),
Also nu uita si public plugin_init()
{
register_plugin("DropWeaponDel","1.0","Author");
}
Bafta ,sper sa iti mearga ,sunt pe telefon le-am scris in graba daca nu merge imi spui.



Retired from Amxmodx

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: 11-07-2015, 20:45:40 | Translate post to: ... (Click for more languages)

Comenzile in consola -



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

[Mentally Stable]



Status: Offline
(since 04-03-2020 22:38)
Joined: 21 Jun 2015
Posts: 227, Topics: 37
Location: Buftea .

Reputation: 178.8
Votes: 4

   
Post Posted: 14-07-2015, 09:48:17 | Translate post to: ... (Click for more languages)

Destroi112 , nu am înțeles , ce trebuie sã fac cu acel cod ?
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: 14-07-2015, 20:09:04 | Translate post to: ... (Click for more languages)

Foloseste hud_customizer: http://www37.zippyshare.com/v/64MAauJz/file.html
Multi sa stii ca se folosesc de radar, faci cum crezi ca e mai bine. Comenzi:
Quote:
amx_hud_hide_money 1/0 ascunde sau nu banii
amx_hud_hide_timer 1/0 -timpul ramas din runda
amx_hud_hide_radar_health_armor 1/0 ascunde radarul, armura si viata




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

[Mentally Stable]



Status: Offline
(since 04-03-2020 22:38)
Joined: 21 Jun 2015
Posts: 227, Topics: 37
Location: Buftea .

Reputation: 178.8
Votes: 4

   
Post Posted: 14-07-2015, 21:54:40 | Translate post to: ... (Click for more languages)

Mulțumesc -P!C@- , acum a dispãrut radarul , dar cum pot sã fac sã disparã și armele de pe server ? adicã pe unele mape gãsești arme și armuri pe jos , eu aș vrea ca acele arme și armuri sã disparã .
0 0
  
Back to top
View user's profile Send private message
destroi112

[DEV]



Status: Offline
(since 12-03-2020 22:13)
Joined: 24 May 2014
Posts: 4042, Topics: 119
Location: ---------

Reputation: 515.9
Votes: 118

   
Post Posted: 15-07-2015, 00:52:02 | Translate post to: ... (Click for more languages)

Incearca..
Spoiler:

Cred ca asta sterge numai armele aruncate acm o sa ma gandesc cum sa sterg armele ce sunt deja pe jos..



Retired from Amxmodx

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

[Mentally Stable]



Status: Offline
(since 04-03-2020 22:38)
Joined: 21 Jun 2015
Posts: 227, Topics: 37
Location: Buftea .

Reputation: 178.8
Votes: 4

   
Post Posted: 16-07-2015, 08:22:57 | Translate post to: ... (Click for more languages)

Nu merge sã-l compilez , îmi dã urmãtoarea eroare :

arme_aruncate.sma(13) : error 017: undefined symbol "get_maxplayer"

1 Error.
Compilarea a esuat!

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

[DEV]



Status: Offline
(since 12-03-2020 22:13)
Joined: 24 May 2014
Posts: 4042, Topics: 119
Location: ---------

Reputation: 515.9
Votes: 118

   
Post Posted: 16-07-2015, 13:46:29 | Translate post to: ... (Click for more languages)

Am uitat un "s"
Spoiler:



Retired from Amxmodx

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

[Mentally Stable]



Status: Offline
(since 04-03-2020 22:38)
Joined: 21 Jun 2015
Posts: 227, Topics: 37
Location: Buftea .

Reputation: 178.8
Votes: 4

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

L-am testat și dispar armele atunci când le arunc ( înafarã de bazuka și de jetpack ) . Poți te rog frumos sã faci sã disparã și armele și armurile care sunt deja pe server ?
0 0
  
Back to top
View user's profile Send private message
destroi112

[DEV]



Status: Offline
(since 12-03-2020 22:13)
Joined: 24 May 2014
Posts: 4042, Topics: 119
Location: ---------

Reputation: 515.9
Votes: 118

   
Post Posted: 22-07-2015, 23:42:42 | Translate post to: ... (Click for more languages)

Try.
Spoiler:

Daca nu merge atunci nu cred ca ai cum armele alea fiind spawnate pe mapa.Solutia => folosesti mape fara arme pe ele.



Retired from Amxmodx

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: 23-07-2015, 20:17:48 | Translate post to: ... (Click for more languages)

Cauta in cfg-uri sa vezi daca nu apare undeva armour stay, weapons stay etc si pui pe 0 cvarul respectiv.



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

  Topic locked


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

Locked by destroi112, 24 August 2015 13:31



 
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) -> Fixed issues  


The time now is 15-08-2025, 13:20:14
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password