Hey
I am getting these errors when im trying to compile a simple .sma file.
What shall i do..?
/home/groups/amxmodx/tmp3/phpzDNL9G.sma(15) : error 001: expected token: ";", but found "("
/home/groups/amxmodx/tmp3/phpzDNL9G.sma(15) : error 001: expected token: ")", but found "-string-"
/home/groups/amxmodx/tmp3/phpzDNL9G.sma(15) : error 029: invalid expression, assumed zero
/home/groups/amxmodx/tmp3/phpzDNL9G.sma(15) : fatal error 107: too many error messages on one line
---------------------------------------------------------------
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "hidenseek_commands"
#define VERSION "1.0"
#define AUTHOR "Markus"
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
new pcvar("sv_airaccelerate" "100")
new pcvar("mp_roundtime" "2.5")
new pcvar("mp_freezetime" "0")
}
-----------------------------------------------------
I cant Manage Attachments because my Antivirus progam is disabling it
__________________