User
Pass
2FA
 
 

[Cerere Plugin] Models

 
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) -> Plugins - Help / Support
Author Message2117
DANNY*

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 13-06-2017, 16:51:10 | Translate post to: ... (Click for more languages)

Nume: Plugin Models
Descriere plugin: Un plugin care sa imi bage urmatoarele modele pe serevr .
Alte detalii: -
Exemplu:

Link :


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

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 14-06-2017, 17:57:56 | Translate post to: ... (Click for more languages)

playermodel.amxx
Spoiler:


players_models.ini
Spoiler:


Exemplu de completare a players_models.ini
Spoiler:


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

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

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 14-06-2017, 19:52:37 | Translate post to: ... (Click for more languages)

Man pai am bagat pluginu asta. Dar degeaba nu merge ! Sau poti sa mi-l configurezi tu ? Poate eu nu am facut bine !

Modelele sunt : player/gign/gign2.mdl
player/sas/sas2.mdl
player urban/urban2.mdl
player gsg9/gsg92.mdl

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

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 18-06-2017, 13:46:00 | Translate post to: ... (Click for more languages)

Up ?

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

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 22-06-2017, 10:40:23 | Translate post to: ... (Click for more languages)

Spoiler:


Creezi un fisier players_models.ini si pui
Code:
"numeclasa" "numeskin"


Exemplu:
Code:
"terror" "skintero"
"guerilla" "skintero"
"leet" "skintero"
"arctic" "skintero"

"gsg9" "skinct"
"gign" "skinct"
"sas" "skinct"
"urban" "skinct"


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

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

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 23-06-2017, 23:49:47 | Translate post to: ... (Click for more languages)

Functioneaza decat daca este cl_minmodels pe 0 . Poti sa imi dai si un plugin care sa ii seteze cl_minmodels "0" din 5 in 5 secunde ? Ca sa nu isi poata executa configul lui si sa i se puna iar pe 1 !
0 0
  
Back to top
View user's profile Send private message
GoreSpintecatoru.

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 24-06-2017, 10:18:25 | Translate post to: ... (Click for more languages)

Code:
#include <amxmodx>
 
public plugin_init()
        register_plugin("Force cl_minmodels", "1.0", "hleV");
 
public client_infochanged(id)
        client_cmd(id, "cl_minmodels 0");


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

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

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 24-06-2017, 12:53:30 | Translate post to: ... (Click for more languages)

Pai daca isi va executa config.cfg al lui comanda va reveni pe 1 . Poti pune un Task din 5 in 5 sec ?

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

[Inactiv o perioada]



Status: Offline
(since 09-11-2017 19:29)
Joined: 18 Feb 2017
Posts: 638, Topics: 28
Location: Romania

Reputation: 762.7
Votes: 40

       
Post Posted: 24-06-2017, 21:45:16 | Translate post to: ... (Click for more languages)

Code:
#include <amxmodx>
 
public plugin_init()
        set_task(5.0,"client_infochanged",0,"",0,"b",0)
 
public client_infochanged(id)
        client_cmd(id, "cl_minmodels 0");


Regulament|My Official Website[V:1.1]|Panel JB[V:1.0]

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

[GOOGLE SEARCHER]



Status: Offline
(since 28-05-2025 19:27)
Joined: 04 May 2007
Posts: 6962, Topics: 147
Location: Romania

Reputation: 2774.4
Votes: 232

 
Post Posted: 26-06-2017, 12:53:07 | Translate post to: ... (Click for more languages)

Code:
 Pai daca isi va executa config.cfg al lui comanda va reveni pe 1 . Poti pune un Task din 5 in 5 sec ?



Nu e indicat sa faci un task din 5 in 5 secunde cu asa ceva, unul la 1, 2, 3, 4, minute e de ajuns, nu cred ca sta cineva sa scrie cl_minmodels la fiecare runda.



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

[Mentally Stable]



Status: Offline
(since 26-04-2018 11:28)
Joined: 08 Feb 2017
Posts: 161, Topics: 28
Location: Romania

Reputation: 26.7
Votes: 1

Post Posted: 08-07-2017, 10:16:54 | Translate post to: ... (Click for more languages)

Cer T/C . S-a rezolvat .
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 GoreSpintecatoru., 10 July 2017 08:23



 
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) -> Plugins - Help / Support  


The time now is 28-07-2025, 04:47:11
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password