Raised This Month: $ Target: $400
 0% 

how can I make a plugin


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
stupok
Veteran Member
Join Date: Feb 2006
Old 02-26-2007 , 18:16   Re: how can I make a plugin
Reply With Quote #3

This may not be the right way to detect a player's spawn for your mod.

Fixed:

Code:
#include <amxmodx> #include <fun> public plugin_init() {     register_plugin("Plugin name", "1.0", "Author")     register_event("ResetHUD", "event_ResetHUD", "be") } public event_ResetHUD(id)     set_user_health(id, 250)
stupok 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 00:45.


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