Raised This Month: $ Target: $400
 0% 

Last One,Suicide


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
broertje
Senior Member
Join Date: Mar 2005
Old 10-16-2005 , 15:50   Last One,Suicide
Reply With Quote #1

How Can I Sett So If He Dies With /explode the sprite appears for the explosion *Edit* : And If There Are Enemy Players Nearby They Will Get Hurted.
Code:
#include <amxmodx> #include <amxmisc> #include <fakemeta> #include <engine> #define PLUGIN "New Plugin" #define VERSION "1.0" #define AUTHOR "Author" #define TASK_EXPLODE 78798479879789789456759457694 new gExplosion public plugin_init() {     register_plugin(PLUGIN, VERSION, AUTHOR)         register_clcmd("say /explode", "sayExplode") } public plugin_precache() {     gExplosion =  precache_model("sprites/mushroom.spr") }   public sayExplode(id)   {   user_kill(id,1) }
broertje is offline
 



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 23:58.


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