Raised This Month: $ Target: $400
 0% 

need help with plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Zidd
Junior Member
Join Date: Dec 2004
Location: 66.199.236.61:27015
Old 04-01-2005 , 09:43   need help with plugin
Reply With Quote #1

can someone help me with this plugin its my first attempt at a plugin im getting compile errors when i try to compile it
Code:
//Vampire Mod //By Zidd //A Version Half-life engine version of an unreal tournament mutator #include <amxmodx> #include <amxmisc> #include <fun> public vampire (id) {         new makekill (get_user_frags)     new health (get_user_health)         if (health=1) {     client_print (1,print_center,"You Thirst For Blood Go Get Some Kills For More HP!")     set_task (0.5,"vampire",id)     return PLUGIN_HANDLED     }     if (health<=2) {         set_user_health (health -1)         set_task (0.5,"vampire",id)         return PLUGIN_HANDLED             }     if (makekill +1) {         set_user_health (health +10)         client_print (1,print_center,"You Get 10HP For The Kill You Just Made")         set_task (0.5,"vampire",id)         return PLUGIN_HANDLED             }       } public plugin_init {     register_plugin("Vampire Mode", "0.01", "Zidd")     register_clcmd("amx_vampire", "vampire", " : toggles Vampire mode"     }
Zidd is offline
Send a message via AIM to Zidd
 



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 09:59.


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