Raised This Month: $ Target: $400
 0% 

I have error


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
zirualas
Senior Member
Join Date: Jun 2010
Location: Lithuania
Old 08-09-2010 , 09:10   I have error
Reply With Quote #1

I try to do hud messege what show how much time lef to play.
That's my error.
PHP Code:
//AMXXPC compile.exe
// by the AMX Mod X Dev Team


//// timelimit.sma
// C:\Program Files\Counter-strike\cstrike\addons\amxmodx\scripting\timelimit.sm
a(16) : warning 217loose indentation
// C:\Program Files\Counter-strike\cstrike\addons\amxmodx\scripting\timelimit.sm
a(16) : error 029invalid expressionassumed zero
// C:\Program Files\Counter-strike\cstrike\addons\amxmodx\scripting\timelimit.sm
a(16) : error 017undefined symbol "Timelimite"
// C:\Program Files\Counter-strike\cstrike\addons\amxmodx\scripting\timelimit.sm
a(18) : error 017undefined symbol "id"
// C:\Program Files\Counter-strike\cstrike\addons\amxmodx\scripting\timelimit.sm
a(19) : error 029invalid expressionassumed zero
//
// 4 Errors.
// Could not locate output file C:\Program Files\Counter-strike\cstrike\addons\a
mxmodx\scripting\compiled\timelimit.amx (compile failed).
//
// Compilation Time: 0.08 sec
// ----------------------------------------

Press enter to exit ... 
That's my code
PHP Code:
#include <amxmodx>
#include <amxmisc>

#define PLUGIN "Timelimit"
#define VERSION "1.0"
#define AUTHOR "ZiruAl"


public client_init()
{
    
register_clcmd"say time""Timelimite" ); 
    
register_clcmd"say /time""Timelimite" );
    
register_clcmd"say_team time""Timelimite" );  
    
register_clcmd"say_team /time""Timelimite" );  

public 
Timelimiteid )
{
    if( 
is_user_aliveid ))
    
set_hudmessage(2002552550.700.006.0,)
}

zirualas is offline
Send a message via Skype™ to zirualas
 



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


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