User
Pass
2FA
 
 

[Plugin] Block shop

 
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) -> Resources
Author Message1462
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

       
Post 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:

»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
View user's profile Send private message Yahoo! Messenger ID
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

Post 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
View user's profile Send private message
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

       
Post 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. Dosent Matter


L.E: Trebuia sa pun plugin by T3yz si era ok -

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
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

Post 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
View user's profile Send private message
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

       
Post 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
View user's profile Send private message Yahoo! Messenger ID
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

         
Post 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
View user's profile Send private message Yahoo! Messenger ID
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

       
Post Posted: 27-06-2014, 12:59:05 | Translate post to: ... (Click for more languages)

Spoiler:

0 0
  
Back to top
View user's profile Send private message Yahoo! Messenger ID
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

Post 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
View user's profile Send private message
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

       
Post 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
View user's profile Send private message Yahoo! Messenger ID
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) -> Resources  


The time now is 03-08-2025, 12:20:18
Copyright info

Based on phpBB ro/com
B

 
 
 







I forgot my password