Raised This Month: $ Target: $400
 0% 

give scout


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
lopkiller1994
Junior Member
Join Date: May 2009
Old 10-05-2009 , 16:15   give scout
Reply With Quote #1

Can someone make plugin which when u say /scout it gives u a scout
sry for bad english
lopkiller1994 is offline
Xellath
Veteran Member
Join Date: Dec 2007
Location: Sweden
Old 10-05-2009 , 16:24   Re: give scout
Reply With Quote #2

Code:
#include < amxmodx > #include < fun > public plugin_init( )     register_clcmd( "say /scout", "giveScout" ); public giveScout( iClient )     if ( is_user_alive( iClient ) )         give_item( iClient, "weapon_scout" );
__________________
Achievements API - a simple way for you to create your OWN custom achievements!
Xellath is offline
Old 10-05-2009, 17:25
Emilioneri
This message has been deleted by Emilioneri.
lopkiller1994
Junior Member
Join Date: May 2009
Old 10-05-2009 , 17:29   Re: give scout
Reply With Quote #3

10x
lopkiller1994 is offline
becejib4ak
Junior Member
Join Date: Sep 2009
Location: Риг
Old 01-05-2010 , 03:54   Re: give scout
Reply With Quote #4

Quote:
Originally Posted by Xellath View Post
Code:
#include < amxmodx >
#include < fun >

public plugin_init( )
register_clcmd( "say /scout", "giveScout" );

public giveScout( iClient )
if ( is_user_alive( iClient ) )
give_item( iClient, "weapon_scout" );
The scout with bullets is necessary to me how to change this плугин?

Last edited by becejib4ak; 01-05-2010 at 08:53.
becejib4ak 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 10:25.


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