Raised This Month: $ Target: $400
 0% 

Error Message


  
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
Author Message
Randomize
BANNED
Join Date: May 2012
Location: in your heart
Old 05-01-2012 , 08:58   Error Message
Reply With Quote #1

Code:
/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>

#define PLUGIN "New Plug-In"
#define VERSION "1.0"
#define AUTHOR "author"


public plugin_init() {
    register_plugin(PLUGIN, VERSION, AUTHOR)
    register_event("ResetHUD", "event round start", "ab")
}
public event_round_start(id){
(
    if (is_user_alive (id)
    // <snip>
)
    return PLUGIN_CONTINUE
}
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2006 ITB CompuPhase, AMX Mod X Team

Error: Invalid expression, assumed zero on line 16
Warning: Loose indentation on line 17
Error: Undefined symbol "cl_bob" on line 18
Error: Undefined symbol "cl_bobup" on line 19
Error: Undefined symbol "cl_bobdown" on line 20
Warning: Loose indentation on line 21
Error: Invalid expression, assumed zero on line 21
Warning: Expression has no effect on line 21
Warning: Loose indentation on line 22

5 Errors.
Could not locate output file D:\AMX Plugins\CL BOB.amx (compile failed).

How to fix?

Last edited by Exolent[jNr]; 05-01-2012 at 09:40. Reason: Removed slowhacking code.
Randomize 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 07:47.


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