Raised This Month: $ Target: $400
 0% 

CS don't acept my plugins...


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
timian
Member
Join Date: Oct 2006
Location: Denmark
Old 06-29-2009 , 03:24   CS don't acept my plugins...
Reply With Quote #1

somone make this for me:
PHP Code:
#include <amxmodx>
#include <fun>
#include <hamsandwich>

public plugin_init() {
    
register_plugin("test""1.0""Beancake12")
    
RegisterHam(Ham_Spawn"player""player_spawn"1)
}

public 
player_spawn(id) {
   new 
score get_user_frags(id) - get_user_deaths(id);
   if(
score >= 0)
      
set_user_health(id310 - (score*10))

but when i start cs with this file in sma and tme amxx, compiled file in plugin. and even i i try to write the file name in plugin.ini it wont work. what goes wrong?

i look at another code for only headshot and some others, but nobody write somthing that can help me.
</span></span>
timian is offline
 


Thread Tools
Display Modes

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 15:25.


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