RULES      TRANSLATOR     ARCADE     HOSTING CS      SERVER STATS      BAN LIST      MEMBERS      SEARCH      LOGIN
 
      
|  
 Hosted by:
 

[AMXX] Loading Menu

 
Post new topic   Reply to topic    Freakz Forum Index -> Plugins -> Download zone
Author Message
ZeTh

[FreShhhh...]



Status: Offline
Joined: 25 Jun 2009
Posts: 36, Topics: 10
Location: Athena

Reputation: 205.8
Votes: 3
PostPosted: 11-07-2010, 01:32:37    Post subject: [AMXX] Loading Menu Reply with quote

Titlul: [AMXX] Loading Menu
Autor: Tuty
Versiune: 1.0.1

Descriere:
Quote:
Va puteti adauga adresa serverului in Meniul principal !


Instalare:
1. Adaugati fisierul LoadingMenu.amxx in cstrike/addons/amxmodx/plugins
2. Adaugati fisierul LoadingMenu.sma in cstrike/addons/amxmodx/scripting
3. Adaugati fisierul GameMenu.ini in cstrike/addons/amxmodx/configs
4. Deschideti fisierul plugins.ini din cstrike/addons/amxmodx/configs si adaugati linia asta
Code:
LoadingMenu.amxx


5.. Cautati in fisierul GameMenu.ini linia
Quote:

"GameMenu" { "1" { "label" "#GameUI_GameMenu_ResumeGame" "command" "ResumeGame" "OnlyInGame" "1" } "2" { "label" "#GameUI_GameMenu_Disconnect" "command" "Disconnect" "OnlyInGame" "1" "notsingle" "1" } "4" { "label" "#GameUI_GameMenu_PlayerList" "command" "OpenPlayerListDialog" "OnlyInGame" "1" "notsingle" "1" } "8" { "label" "" "command" "" "OnlyInGame" "1" } "9" { "label" "#GameUI_GameMenu_NewGame" "command" "OpenCreateMultiplayerGameDialog" } "10" { "label" "#GameUI_GameMenu_FindServers" "command" "OpenServerBrowser" } "11" { "label" "#GameUI_GameMenu_Options" "command" "OpenOptionsDialog" } "12" { "label" "#GameUI_GameMenu_Quit" "command" "Quit" } "13" { "label" "" "command" "" } "14" { "label" "CS.ForceDS.Ro" "command" "engine connect 77.232.219.54:27015" }}


Unde este CS.ForceDS.Ro inlocuiti cu numele serverului vostru !
Unde este 77.232.219.54:27015 inlocuiti cu adresa serverului vostru !

Cvaruri:
Quote:

-


Comenzi:
Quote:

-


Imagini:

Download http://download.freakz.ro/plugins/LoadingMenu.zip (4.56 KB, 3239 downloads, adaugat 23-08-2010)
ATENTIE: Functioneaza doar la clientii cu Nonsteam !
Back to top
View user's profile Send private message
Donche

[Mentally Stable]



Status: Offline
Joined: 22 Aug 2010
Posts: 47, Topics: 8
Location: Serbia

Reputation: 23.2
PostPosted: 23-08-2010, 02:46:12    Post subject: Reply with quote

Plz man upload links in another site.
Back to top
View user's profile Send private message
Shocker

[Șef de raion]



Status: Offline
Joined: Momentul zero
Posts: 17711, Topics: 502
Location: localhost

Reputation: 2908.5
Votes: 333
PostPosted: 23-08-2010, 03:26:41    Post subject: Reply with quote

Am reuploadat eu
__________________________


Shocker's ShockingSoft | Comics of the day
Back to top
View user's profile Send private message
Donche

[Mentally Stable]



Status: Offline
Joined: 22 Aug 2010
Posts: 47, Topics: 8
Location: Serbia

Reputation: 23.2
PostPosted: 25-08-2010, 12:41:17    Post subject: Reply with quote

Thanks Very Much -
Back to top
View user's profile Send private message
Ghimy

[Mentally Stable]



Status: Offline
Joined: 21 May 2007
Posts: 23, Topics: 4
Location: Romania

Reputation: 217.3
Votes: 1
PostPosted: 12-10-2010, 22:58:42    Post subject: Reply with quote

merge pe protocol 47+48 ?
Back to top
View user's profile Send private message
l0w_er

[Lower-ul ^^]



Status: Offline
Joined: 24 Jul 2010
Posts: 506, Topics: 36
Location: Undeva'n Balcani.

Reputation: 2.1
Votes: 10
PostPosted: 01-11-2010, 17:22:13    Post subject: Reply with quote

Da merge, l-am incercat, foarte folositor pt. reclama.
__________________________

revenger: whats the size of this people's brain...
shane: 1375 g for male. 1245 for female.
shane: sorry for 2x post
shane: He wanted an answer
Back to top
View user's profile Send private message Yahoo Messenger
alecsoviki

[Detinatorul Vestului]



Status: Online!
Joined: 26 Apr 2011
Posts: 2147, Topics: 102
Location: Vest

Reputation: 115.6
Votes: 10
PostPosted: 13-08-2011, 00:25:38    Post subject: Reply with quote

Cum pot sa fac sa imi apara 2 servere in meniu? Si as putea sa le fac sa apara sus nu jos ultimele?
__________________________

Back to top
View user's profile Send private message Yahoo Messenger
M3T@LL1Ka
[Banned user]


Banned


Status: Offline
Joined: 17 Aug 2011
Posts: 125, Topics: 26
Location: Romania

Reputation: 25.1
Votes: 5
PostPosted: 19-08-2011, 16:30:46    Post subject: Reply with quote

Da ai putea ...modifici GameMenu.ini ... pui ceva de genu : "GameMenu" { "1" { "label" "nume server" "command" engine connect IP" ...
__________________________


IP : 92.55.137.75:27015
Back to top
View user's profile Send private message
ZeTh

[FreShhhh...]



Status: Offline
Joined: 25 Jun 2009
Posts: 36, Topics: 10
Location: Athena

Reputation: 205.8
Votes: 3
PostPosted: 26-09-2011, 18:29:12    Post subject: Reply with quote

alecsoviki wrote:
Cum pot sa fac sa imi apara 2 servere in meniu? Si as putea sa le fac sa apara sus nu jos ultimele?


Foloseste-l sub forma aceasta :
Quote:
"GameMenu" { "1" { "label" "CS.Freakz.ro" "command" "engine connect 77.232.219.54:27015" } "2" { "label" "dr.Freakz.ro" "command" "engine connect dr.Freakz.ro:27015" } "3" { "label" "" "command" "" } "4" { "label" "#GameUI_GameMenu_ResumeGame" "command" "ResumeGame" "OnlyInGame" "1" } "5" { "label" "#GameUI_GameMenu_Disconnect" "command" "Disconnect" "OnlyInGame" "1" "notsingle" "1" } "7" { "label" "#GameUI_GameMenu_PlayerList" "command" "OpenPlayerListDialog" "OnlyInGame" "1" "notsingle" "1" } "11" { "label" "" "command" "" "OnlyInGame" "1" } "12" { "label" "#GameUI_GameMenu_NewGame" "command" "OpenCreateMultiplayerGameDialog" } "13" { "label" "#GameUI_GameMenu_FindServers" "command" "OpenServerBrowser" } "14" { "label" "#GameUI_GameMenu_Options" "command" "OpenOptionsDialog" } "15" { "label" "#GameUI_GameMenu_Quit" "command" "Quit" } }
Back to top
View user's profile Send private message
meserie20

[Mentally Stable]



Status: Offline
Joined: 23 Dec 2011
Posts: 1, Topics: None
Location: Romania

Reputation: -39
Votes: 1
PostPosted: 23-12-2011, 16:24:46    Post subject: Re: [AMXX] Loading Menu Reply with quote

ZeTh wrote:
Titlul: [AMXX] Loading Menu
Autor: Tuty
Versiune: 1.0.1

Descriere:
Quote:
Va puteti adauga adresa serverului in Meniul principal !


Instalare:
1. Adaugati fisierul LoadingMenu.amxx in cstrike/addons/amxmodx/plugins
2. Adaugati fisierul LoadingMenu.sma in cstrike/addons/amxmodx/scripting
3. Adaugati fisierul GameMenu.ini in cstrike/addons/amxmodx/configs
4. Deschideti fisierul plugins.ini din cstrike/addons/amxmodx/configs si adaugati linia asta
Code:
LoadingMenu.amxx


5.. Cautati in fisierul GameMenu.ini linia
Quote:

"GameMenu" { "1" { "label" "#GameUI_GameMenu_ResumeGame" "command" "ResumeGame" "OnlyInGame" "1" } "2" { "label" "#GameUI_GameMenu_Disconnect" "command" "Disconnect" "OnlyInGame" "1" "notsingle" "1" } "4" { "label" "#GameUI_GameMenu_PlayerList" "command" "OpenPlayerListDialog" "OnlyInGame" "1" "notsingle" "1" } "8" { "label" "" "command" "" "OnlyInGame" "1" } "9" { "label" "#GameUI_GameMenu_NewGame" "command" "OpenCreateMultiplayerGameDialog" } "10" { "label" "#GameUI_GameMenu_FindServers" "command" "OpenServerBrowser" } "11" { "label" "#GameUI_GameMenu_Options" "command" "OpenOptionsDialog" } "12" { "label" "#GameUI_GameMenu_Quit" "command" "Quit" } "13" { "label" "" "command" "" } "14" { "label" "CS.ForceDS.Ro" "command" "engine connect 77.232.219.54:27015" }}


Unde este CS.ForceDS.Ro inlocuiti cu numele serverului vostru !
Unde este 77.232.219.54:27015 inlocuiti cu adresa serverului vostru !

Cvaruri:
Quote:

-


Comenzi:
Quote:

-


Imagini:

Download http://download.freakz.ro/plugins/LoadingMenu.zip (4.56 KB, 3239 downloads, adaugat 23-08-2010)
ATENTIE: Functioneaza doar la clientii cu Nonsteam !

SA ITI IAU NEAMU IN **** SI RASA DE NENOROCIT CA AI PUS KEYLOGGER IN EL DE MI-AI FURAT PAROLELE DIN CALCULATOR

 
Staff message (ion.mzk):
 
+1 warn, nu mai fi asa prost. arhiva din link nici nu contine fisier executabil.

Back to top
View user's profile Send private message
miCuL-_-InTruS

[Mentally Stable]



Status: Offline
Joined: 27 Jul 2010
Posts: 6, Topics: 3
Location: Romania

Reputation: 59.2
PostPosted: 29-01-2012, 17:14:14    Post subject: Reply with quote

mi nu-mi merge acest plugin pe server. :-s

Am facut exact cum zice acolo!!!


am scos primele ghilimele " adica din ... ceo fi asta script

Quote:

"GameMenu" { "1" { "label" "HekeR.PSS-LIVE.Ro" "command" "engine Connect 188.212.105.245:27015" } "2" { "label" "ADMINE FREE ADD Y!M: HEKER_PSS" "command" "engine Connect 188.212.105.245:27015" } "3" { "label" "" "command" "" } "4" { "label" "#GameUI_GameMenu_ResumeGame" "command" "ResumeGame" "OnlyInGame" "1" } "5" { "label" "#GameUI_GameMenu_DisConnect" "command" "DisConnect" "OnlyInGame" "1" "notsingle" "1" } "7" { "label" "#GameUI_GameMenu_PlayerList" "command" "OpenPlayerListDialog" "OnlyInGame" "1" "notsingle" "1" } "11" { "label" "" "command" "" "OnlyInGame" "1" } "12" { "label" "#GameUI_GameMenu_NewGame" "command" "engine Connect 188.212.105.245:27015" } "13" { "label" "#GameUI_GameMenu_FindServers" "command" "engine Connect 188.212.105.245:27015" } "14" { "label" "#GameUI_GameMenu_Options" "command" "OpenOptionsDialog" } "15" { "label" "#GameUI_GameMenu_Quit" "command" "Quit" } }

ghilimele cu rosu leam sters si a mers!

__________________________
Momentan miCuL-_-InTruS E TraS Incercati mai tarziu!!!-
Back to top
View user's profile Send private message
killik

[ MuSiC]



Status: Online!
Joined: 14 Jun 2010
Posts: 2553, Topics: 167
Location: Timisoara ;x

Reputation: 274.4
Votes: 46
PostPosted: 31-01-2012, 11:50:14    Post subject: Reply with quote

Nici mie nu mi-a mers,de altfel da crash la server
__________________________

Back to top
View user's profile Send private message Yahoo Messenger
Post new topic   Reply to topic    Freakz Forum Index -> Plugins -> Download zone  

 

Copyright info

daFreakz skin developed by Freakz.ro

Powered by phpBB ro/com | Visit www.ShockingSoft.com

Advertising