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?