Raised This Month: $ Target: $400
 0% 

compile: could not locate output file


Post New Thread Reply   
 
Thread Tools Display Modes
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
xPaw
Retired AMX Mod X Moderator
Join Date: Jul 2008
Old 06-30-2009 , 09:36   Re: compile: could not locate output file
Reply With Quote #2

registerHam -> RegisterHam
__________________
xPaw is offline
timian
Member
Join Date: Oct 2006
Location: Denmark
Old 06-30-2009 , 09:45   Re: compile: could not locate output file
Reply With Quote #3

doh! was it it!? noo! the worst error i ever get xD but thanks.
timian is offline
Reply


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


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