Quote:
SweatyBananaTop:
PHP Code:
set_hudmessage(255, 255, 255, 0.32, 0, 0, 6.0, 12.0)
show_hudmessage(id, "Your top message here..")
Bottom:
PHP Code:
set_hudmessage(255, 255, 255, 0.32, 0.9, 0, 6.0, 12.0)
show_hudmessage(id, "Prepare to Fight!")
|
I put tthose lines in my miscstats.sma and tried to compile it, but during the compling process, I get some error messages saying that I can't compile. Here's what it says when I try to compile:
//AMXXPC compile.exe
// by the AMX Mod X Dev Team
//// miscstats.sma
// C:\Program Files\Steam\SteamApps\killforameal\dedicated server\cstrike\addons
\amxmodx\scripting\miscstats.sma(52

: warning 213: tag mismatch
// C:\Program Files\Steam\SteamApps\killforameal\dedicated server\cstrike\addons
\amxmodx\scripting\miscstats.sma(529) : error 017: undefined symbol "id"
// C:\Program Files\Steam\SteamApps\killforameal\dedicated server\cstrike\addons
\amxmodx\scripting\miscstats.sma(529) : warning 215: expression has no effect
// C:\Program Files\Steam\SteamApps\killforameal\dedicated server\cstrike\addons
\amxmodx\scripting\miscstats.sma(529) : error 001: expected token: ";", but foun
d ")"
// C:\Program Files\Steam\SteamApps\killforameal\dedicated server\cstrike\addons
\amxmodx\scripting\miscstats.sma(529) : error 029: invalid expression, assumed z
ero
// C:\Program Files\Steam\SteamApps\killforameal\dedicated server\cstrike\addons
\amxmodx\scripting\miscstats.sma(529) : fatal error 107: too many error messages
on one line
//
// Compilation aborted.
// 4 Errors.
// Could not locate output file compiled\miscstats.amx (compile failed).
//
// Compilation Time: 0.32 sec
// ----------------------------------------
Press enter to exit ...