Raised This Month: $51 Target: $400
 12% 

Team Join Simple Plugin


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Sanjay Singh
Veteran Member
Join Date: Sep 2016
Old 04-11-2018 , 12:32   Team Join Simple Plugin
Reply With Quote #1

I Need a plugin which will show below given text on connected players when they join ct or t .
The Player Joined Counter-Terrorist (his team) .
__________________
Sanjay Singh is offline
Send a message via AIM to Sanjay Singh
soumyadip77
Senior Member
Join Date: Jul 2017
Location: INDIA,KOLKATA
Old 04-11-2018 , 13:07   Re: Team Join Simple Plugin
Reply With Quote #2

Ahahhahq ha itnah sa k liye req lol

Get players ka loop bana le ct and t ka and display kar de get teqm kar k ez toh hai or wqit kal subha deta
soumyadip77 is offline
Send a message via Skype™ to soumyadip77
4ever16
Veteran Member
Join Date: Apr 2015
Old 04-11-2018 , 13:26   Re: Team Join Simple Plugin
Reply With Quote #3

Quote:
Originally Posted by soumyadip77 View Post
Ahahhahq ha itnah sa k liye req lol

Get players ka loop bana le ct and t ka and display kar de get teqm kar k ez toh hai or wqit kal subha deta
.report
4ever16 is offline
instinctpt1
Senior Member
Join Date: Dec 2016
Location: Chandigarh, India
Old 04-11-2018 , 13:39   Re: Team Join Simple Plugin
Reply With Quote #4

Try ( Not Tested )
PHP Code:
#include <amxmodx>

public plugin_init()
{
    
register_plugin("Join Info""1.0""DiGiTaL")
    
register_clcmd("joinclass""showinfo")
    
register_clcmd("menuselect""showinfo")
}

public 
showinfo(id){
    new 
szName[32]
    
get_user_name(idszNamecharsmax(szName))
    if(
get_user_team(id) == 1client_print(0print_chat"User %s Joined Terrorist"szName)
    else if(
get_user_team(id) == 2client_print(0print_chat"User %s Joined Counter-Terrorist"szName)

instinctpt1 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 04:45.


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