Raised This Month: $ Target: $400
 0% 

[REQ] Ask for Tag


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jizzUS
Junior Member
Join Date: Apr 2012
Old 04-08-2012 , 18:16   [REQ] Ask for Tag
Reply With Quote #1

HeyGuys,
I need some serious help .
I'm desperate for this plugin .

I saw in a server , a plugin that when we enter in the server, it asks if we want to put
the server community tag . Like this :

[ElementalGaming]
Queres por a tag
da nossa comunidade ? Ex: |EG.GENIUS|

EDIT@ IM PORTUGUESE, SORRY FOR BAD ENGLISH !

_____________________________//______________________________

Can someone do this and send me the SMA ?

IM DESPERATEEEEEEEEEEEEEEE
WAAAAAAAAAAAAAAAAAAAA


Thanks

Last edited by jizzUS; 04-08-2012 at 18:20. Reason: forget
jizzUS is offline
Old 04-09-2012, 06:47
jizzUS
This message has been deleted by Exolent[jNr]. Reason: Don't bump until 2 weeks have passed since last post.
Old 04-09-2012, 08:04
MyPc
This message has been deleted by Exolent[jNr]. Reason: Don't bump until 2 weeks have passed since last post.
bazhenov93
Veteran Member
Join Date: Oct 2010
Old 04-09-2012 , 09:24   Re: [REQ] Ask for Tag
Reply With Quote #2

Mmm, I suppose that is a menu, and what is his function? The tag on your name or on chat messages? :S
bazhenov93 is offline
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 04-09-2012 , 09:33   Re: [REQ] Ask for Tag
Reply With Quote #3

Don't bump until 2 weeks have passed since last post.
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline
nelsonsimpsonz
Member
Join Date: Feb 2012
Old 04-09-2012 , 09:49   Re: [REQ] Ask for Tag
Reply With Quote #4

PHP Code:
#include < amxmisc >
#include < cstrike >

#define PREFIX "TAG*"

public plugin_init()
{
    
register_plugin("askfortag""1.3","pocoyo")
    
}

public 
client_putinserver(id)
{
    
set_task(12.0"tagmenu"id)
}

public 
name(id)
{
    new 
pname[100]
    new 
newname[70]
    
    
get_user_info(id"name"pname49)
    
    
format(newname69"%s %s"PREFIXpname)    
    
set_user_info(id"name"newname)
    return 
PLUGIN_CONTINUE
}

public 
tagmenu(id,level,cid)
{
    if(!
cmd_access(id,level,cid,1))
        return 
PLUGIN_HANDLED
    
    
new Menu menu_create("\yQueres usar a nossa tag?^n\rby pocoyo""showmenu")
    
menu_additem(Menu"\wSim""1"0)
    
menu_additem(Menu"\wNao""2"0)
    
menu_display(idMenu)
    return 
PLUGIN_HANDLED
}
public 
showmenu(idMenuitem)
{
    if(
item == MENU_EXIT)
        return 
PLUGIN_HANDLED
    
new iData[6];  
    new 
iAccess
    new 
iCallback
    new 
iName[64]; 
    
menu_item_getinfo(Menu item iAccess iData iName63 iCallback )
    
    switch (
str_to_num(iData)) 
    { 
        case 
: {             
            
name(id)
        }
        case 
: {
            
menu_destroy(Menu)
        }
    }
}
/* AMXX-Studio Notes - DO NOT MODIFY BELOW HERE
*{\\ rtf1\\ ansi\\ deff0{\\ fonttbl{\\ f0\\ fnil Tahoma;}}\n\\ viewkind4\\ uc1\\ pard\\ lang2070\\ f0\\ fs16 \n\\ par }
*/ 
Substitui
PHP Code:
#define PREFIX "TAG*" 
Pela tag que queres
nelsonsimpsonz is offline
capozblack
Member
Join Date: Mar 2011
Location: Portugal
Old 04-09-2012 , 12:28   Re: [REQ] Ask for Tag
Reply With Quote #5

Nelso Simpsons you will not have created it! I've known the guy who create and published on its website and also by those on top to change the rights
__________________

Last edited by capozblack; 04-09-2012 at 12:28.
capozblack is offline
Send a message via MSN to capozblack
quark
Veteran Member
Join Date: Oct 2011
Location: Your mind.
Old 04-09-2012 , 17:05   Re: [REQ] Ask for Tag
Reply With Quote #6

Hey! This is the original plugin :

http://grd-work.info/asktag.sma

Ban this scammer or remove his code. I will release this plugin in English soon ;)
quark is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 21:39.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode