Existing user? Sign in
Sign up
Games
Servers
Useful
User
Pass
2FA
[Plugin] Block shop
Freakz Forum Index
->
Trash Bin
->
CS 2006-2019 (Archived)
->
Resources
Author
Message
1462
LeBandit
[R.I.P]
Status: Offline
(since 04-02-2015 11:14)
Joined: 23 Nov 2013
Posts: 439
,
Topics: 70
Location:
/root/localhost
Reputation:
35.6
Votes
: 12
Posted: 27-06-2014, 12:13:44
| Translate post to:
... (
Click for more languages
)
»Descriere*: Acest plugin blocheaza comanda F1 si meniul de Buy (B)
»Descarcare*:
Amxx
»Info*: Blocheaza F1 si Buy menu
»Instalare*:
Spoiler:
block.amxx in amxmodx/plugins
block.amxx trecut in amxmodx/configs/plugins.ini
»Module: amxmodx, fakemeta
»Cvar: Nu are.
»Comenzi: Nu are.
»Poze: Nu are.
»Altele*: Nu are buguri. A fost testat de mine.
Last edited by
LeBandit
on 27-06-2014, 13:27:59; edited 3 times in total
0
0
Back to top
T3yZ
[Tatal tau natural !]
Status: Offline
(since 18-04-2016 20:38)
Joined: 28 Mar 2013
Posts: 82
,
Topics: 18
Location:
Romania
Reputation:
-67.5
Votes
: 19
Posted: 27-06-2014, 12:30:03
| Translate post to:
... (
Click for more languages
)
Code:
#pragma semicolon 1
#include <amxmodx>
#include <fakemeta>
// Define the Plugin Version
new const VERSION[] = "1.0";
public plugin_init()
{
register_plugin("Block Buy Zone", VERSION, "ConnorMcleod");
register_message(get_user_msgid("StatusIcon"), "msgStatusIcon");
}
// Block buyzone (by ConnorMcLeod)
public msgStatusIcon(msgid, msgdest, id)
{
static szIcon[8];
get_msg_arg_string(2, szIcon, 7);
if(equal(szIcon, "buyzone") && get_msg_arg_int(1))
{
set_pdata_int(id, 235, get_pdata_int(id, 235) & ~(1<<0));
return PLUGIN_HANDLED;
}
return PLUGIN_CONTINUE;
}
Gasit pe un forum rusesc postat acum 3 ani
0
0
Back to top
LeBandit
[R.I.P]
Status: Offline
(since 04-02-2015 11:14)
Joined: 23 Nov 2013
Posts: 439
,
Topics: 70
Location:
/root/localhost
Reputation:
35.6
Votes
: 12
Posted: 27-06-2014, 12:41:12
| Translate post to:
... (
Click for more languages
)
SI ce legatura are ala cu mine? Nici cand face un om un plugin si-l posteaza nu-s romanii fericiti.
L.E: Trebuia sa pun plugin by T3yz si era ok
0
0
Back to top
T3yZ
[Tatal tau natural !]
Status: Offline
(since 18-04-2016 20:38)
Joined: 28 Mar 2013
Posts: 82
,
Topics: 18
Location:
Romania
Reputation:
-67.5
Votes
: 19
Posted: 27-06-2014, 12:44:53
| Translate post to:
... (
Click for more languages
)
Nu modifica adevaratul autor numai el stie cata munca a depus pentru acel plugin.
edit: codul este absolut la fel .
Daca te intreb pe tine ce face o linie din alea nu stii.
Last edited by
T3yZ
on 27-06-2014, 12:46:35; edited 1 time in total
0
0
Back to top
LeBandit
[R.I.P]
Status: Offline
(since 04-02-2015 11:14)
Joined: 23 Nov 2013
Posts: 439
,
Topics: 70
Location:
/root/localhost
Reputation:
35.6
Votes
: 12
Posted: 27-06-2014, 12:46:06
| Translate post to:
... (
Click for more languages
)
T3yZ wrote:
Nu modifica adevaratul autor numai el stie cata munca a depus pentru acel plugin.
Daca considera happy ca nu-i al meu, sa-l stearga.
0
0
Back to top
Happy =]]
[I'm in your mind !]
Status: Offline
(since 02-05-2020 11:17)
Joined: 17 Mar 2012
Posts: 10538
,
Topics: 450
Location:
In mintea ta !
Reputation:
553
Votes
: 204
Posted: 27-06-2014, 12:54:21
| Translate post to:
... (
Click for more languages
)
Nu mai faceti off-topic.
Nu am ce sa consider nimica inca, posteaza sma-ul.
Puteai pune autorul, versiunea si la informatii nu neaparat in titlu.
Pentru orice problema PM.
Nu ofer asistenta in privat.
0
0
Back to top
LeBandit
[R.I.P]
Status: Offline
(since 04-02-2015 11:14)
Joined: 23 Nov 2013
Posts: 439
,
Topics: 70
Location:
/root/localhost
Reputation:
35.6
Votes
: 12
Posted: 27-06-2014, 12:59:05
| Translate post to:
... (
Click for more languages
)
Spoiler:
#include <amxmodx>
#include <fakemeta>
new const version[] = "[1.0b]";
public plugin_init()
{
register_plugin("Block buy;F1", version, "LeBandit");
register_message(get_user_msgid("statusId"), "Not allowed!");
}
public msgStatusIcon(msgid, msgdest, id)
{
static Icon[8];
get_msg_arg_string(2, Icon, 7);
if(equal(Icon, "buy") && get_msg_arg_int(1))
{
set_pdata_int(id, 200, get_pdata_int(id, 200) & (1<0));
return PLUGIN_HANDLED;
}
return PLUGIN_CONTINUE;
}
0
0
Back to top
T3yZ
[Tatal tau natural !]
Status: Offline
(since 18-04-2016 20:38)
Joined: 28 Mar 2013
Posts: 82
,
Topics: 18
Location:
Romania
Reputation:
-67.5
Votes
: 19
Posted: 27-06-2014, 13:20:51
| Translate post to:
... (
Click for more languages
)
Ai editat prima sursa
un moderator verificati logs si o sa gasiti link acesta de download
http://www.girlshare.ro/33714818.5
0
0
Back to top
LeBandit
[R.I.P]
Status: Offline
(since 04-02-2015 11:14)
Joined: 23 Nov 2013
Posts: 439
,
Topics: 70
Location:
/root/localhost
Reputation:
35.6
Votes
: 12
Posted: 27-06-2014, 13:28:20
| Translate post to:
... (
Click for more languages
)
Poftim ca sa numai se faca atat spam aici. Nu ma mai dau autor nici daca e pluginul meu ca vad ca toti sariti. Poftim plugin Block simplu ca sa incheiam.
0
0
Back to top
Freakz Forum Index
->
Trash Bin
->
CS 2006-2019 (Archived)
->
Resources
The time now is 03-08-2025, 12:20:18
Copyright info
Based on phpBB
ro
/
com
B
Login
I forgot my password
World of Warcraft
Login for more...
Download WoW 7.3.5
Misc
eSports
Achievements
Buy reputation with votes
Reputation trades
Forum rules
Ban list
Members list
User guide (FAQ)
World of Warcraft
View details