This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

Grenades in DM


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
WhyThis
Senior Member
Join Date: May 2013
Old 08-14-2013 , 11:58   Grenades in DM
Reply With Quote #1

hello,
how can i add this:
-When player is Spawned he gets a free HE
WhyThis is offline
devilicioux
Veteran Member
Join Date: Jun 2013
Location: Delhi,India
Old 08-16-2013 , 12:12   Re: Grenades in DM
Reply With Quote #2

PHP Code:
#include <amxmodx>
#include <amxmisc>
#include <fun>
#include <hamsandwich>

#define PLUGIN "Spawn With Nade"
#define VERSION "1.0"
#define AUTHOR "devilicioux"


public plugin_init() {
    
register_plugin(PLUGINVERSIONAUTHOR)
    
RegisterHam(Ham_Spawn"player""HamSpawn")
}

public 
HamSpawn(id)
{
    if(
is_user_alive(id))
    {
        
give_item(id"weapon_hegrenade")  //For HE
        //give_item(id, "weapon_flashbang")  //Remove Slashes For adding Flashbang Spawn
        //give_item(id, "weapon_smokegrenade")  //Remove Slashes For adding Smoke Nade Spawn
    
}

__________________
You keep bringing ANTICHRISTUS down .. He will rise again and kick asses !

#RespectList ANTICHRISTUS fysiks Bugsy

Most Common Errors You Can Encounter Every Now and Then

Last edited by devilicioux; 08-16-2013 at 12:13.
devilicioux is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 08-16-2013 , 18:06   Re: Grenades in DM
Reply With Quote #3

why, can't you just edit the right .cfg file ?
__________________
ANTICHRISTUS is offline
WhyThis
Senior Member
Join Date: May 2013
Old 08-17-2013 , 03:41   Re: Grenades in DM
Reply With Quote #4

Quote:
Originally Posted by ANTICHRISTUS View Post
why, can't you just edit the right .cfg file ?
and what must i put in .cfg file ??

PS: i'm using the last official version (not the beta version)
WhyThis is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 08-17-2013 , 17:53   Re: Grenades in DM
Reply With Quote #5

Quote:
Originally Posted by WhyThis View Post
and what must i put in .cfg file ??
I said to edit, not to put. did you at least open that file and read it ?
Quote:
Originally Posted by WhyThis View Post
PS: i'm using the last official version (not the beta version)
__________________
ANTICHRISTUS is offline
WhyThis
Senior Member
Join Date: May 2013
Old 08-18-2013 , 03:16   Re: Grenades in DM
Reply With Quote #6

Quote:
Originally Posted by ANTICHRISTUS View Post
I said to edit, not to put. did you at least open that file and read it ?
NO

and what relation have the pictre that you have posted with grenades ??? O.o

Last edited by WhyThis; 08-18-2013 at 03:16.
WhyThis is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 08-18-2013 , 05:01   Re: Grenades in DM
Reply With Quote #7

Quote:
Originally Posted by WhyThis View Post
NO
no what, did you solve your problem ?
Quote:
Originally Posted by WhyThis View Post
and what relation have the pictre that you have posted with grenades ??? O.o
I'm not sure, but ... I think that you are a Jedi.
__________________
ANTICHRISTUS is offline
WhyThis
Senior Member
Join Date: May 2013
Old 08-18-2013 , 06:15   Re: Grenades in DM
Reply With Quote #8

Quote:
Originally Posted by ANTICHRISTUS View Post
no what, did you solve your problem ?
.
yes i solved it
Quote:
Originally Posted by ANTICHRISTUS View Post
I'm not sure, but ... I think that you are a Jedi.
i have steam ! so be sure that i'm a steamer ;)
WhyThis is offline
ANTICHRISTUS
kingdom of weird stuff
Join Date: Jun 2010
Location: My kingdom is not in thi
Old 08-18-2013 , 06:28   Re: Grenades in DM
Reply With Quote #9

Quote:
Originally Posted by WhyThis View Post
i have steam ! so be sure that i'm a steamer ;)
you gave another proof that you're a Jedi .
__________________
ANTICHRISTUS is offline
WhyThis
Senior Member
Join Date: May 2013
Old 08-18-2013 , 07:13   Re: Grenades in DM
Reply With Quote #10

Quote:
Originally Posted by ANTICHRISTUS View Post
you gave another proof that you're a Jedi .
-_- are you kidding ?
WhyThis 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 07:58.


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