I cannot compile it only errors undefined symbols!
Code:
//AMXXPC compile.exe
// by the AMX Mod X Dev Team
//// redrain.sma
// E:\RiVaL\scripting\redrain.sma(21) : error 017: undefined symbol "ent"
// E:\RiVaL\scripting\redrain.sma(21) : warning 215: expression has no effect
// E:\RiVaL\scripting\redrain.sma(21) : warning 215: expression has no effect
// E:\RiVaL\scripting\redrain.sma(21) : error 001: expected token: ";", but foun
d ")"
// E:\RiVaL\scripting\redrain.sma(21) : error 029: invalid expression, assumed z
ero
// E:\RiVaL\scripting\redrain.sma(21) : fatal error 107: too many error messages
on one line
//
// Compilation aborted.
// 4 Errors.
// Could not locate output file E:\RiVaL\scripting\compiled\redrain.amx (compile
failed).
//
// Compilation Time: 0,11 sec
// ----------------------------------------
Press enter to exit ...
all of them on the same line
Code:
set_pev( ent, pev_rendercolor, EntColor );
__________________