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

Solved Simple Plugin request


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
NITRO_GOD
Member
Join Date: Mar 2017
Location: De_dust2
Old 07-15-2017 , 12:10   Simple Plugin request
Reply With Quote #1

Hello everyone,
Sorry i request a lot i really like this forum so
I need a really simple plugin:
When round starts(new round not new map)
Player weapon will switch/change to knife

Note: i do not mean player will drop other weapons it will simply switch to knife and he can change it back thats all thanks
__________________
My Work in zppv [RaDNoX] http://zppv.boards.net/thread/2562/m...tems-zp-radnox

Join zppv for help in Zombie Plague!

Last edited by NITRO_GOD; 08-01-2017 at 12:05.
NITRO_GOD is offline
Send a message via Skype™ to NITRO_GOD
eyal282
Veteran Member
Join Date: Aug 2011
Old 07-15-2017 , 12:34   Re: Simple Plugin request
Reply With Quote #2

Quote:
Originally Posted by NITRO_GOD View Post
Hello everyone,
Sorry i request a lot i really like this forum so
I need a really simple plugin:
When round starts(new round not new map)
Player weapon will switch/change to knife

Note: i do not mean player will drop other weapons it will simply switch to knife and he can change it back thats all thanks
Hope it's okay that I make it on the moment the player spawns rather a round start.

PHP Code:

#include <amxmodx>
#include <hamsandwich>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "FuckTheSchool ( Eyal282 )"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
    
RegisterHam(Ham_Spawn"player""HamBurger_Spawn"1);
}

public 
HamBurger_Spawn(id)
{
    if(!
is_user_alive(id))
        return 
HAM_IGNORED;
        
    
engclient_cmd(id"weapon_knife");

If this does not work, change "engclient" to "client".
eyal282 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 05:27.


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