Raised This Month: $ Target: $400
 0% 

compile: could not locate output file


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
timian
Member
Join Date: Oct 2006
Location: Denmark
Old 06-30-2009 , 08:53   compile: could not locate output file
Reply With Quote #1

when i compile this it return:

1 error
could not locate output file.

can somone help me?

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

public plugin_init(){
    
register_plugin("Even The Odds Mod""1.1""Beancake12")
    
registerHam(Ham_Spawn"player""player_spawn"1)
}

public 
player_spawn(id){
    new 
FOK get_user_frags(id) - get_user_deaths(id);
    new 
KOF get_user_deaths(id) - get_user_frags(id);
    if(
FOK >= 0)
        
set_user_health(id300 - (FOK*10))
    if(
get_user_health(id) < 50)
        
set_user_health(id50)
    if(
KOF >= 0)
        
set_user_health(id300 + (KOF*10))

timian 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 15:29.


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