is it possible?
i have register_logevent and register_event and count_votes and all that crap for voting in my script. can i use it twice?
if i can't then how do i make it so that i can use it twice?
cause when i compile my plugin with those commands repeated twice....i have a problem
Quote:
//AMXXSC compile.exe
// by the AMX Mod X Dev Team
//// vote_aio.sma
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(20 : error 021: symbol already defined: "event_RoundStart"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(304) : error 021: symbol already defined: "count_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(314) : error 021: symbol already defined: "check_the_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(386) : error 021: symbol already defined: "count_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(396) : error 021: symbol already defined: "check_the_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(409) : error 021: symbol already defined: "event_RoundStart"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(484) : error 021: symbol already defined: "count_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(494) : error 021: symbol already defined: "check_the_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(507) : error 021: symbol already defined: "event_RoundStart"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(583) : error 021: symbol already defined: "count_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(593) : error 021: symbol already defined: "check_the_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(606) : error 021: symbol already defined: "event_RoundStart"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(681) : error 021: symbol already defined: "count_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(691) : error 021: symbol already defined: "check_the_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(704) : error 021: symbol already defined: "event_RoundStart"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(781) : error 021: symbol already defined: "count_votes"
// C:\Documents and Settings\XPHome\Desktop\my it work\My plugins\Compiler\vote_
aio.sma(791) : error 021: symbol already defined: "check_the_votes"
|
i'm trying to make a vote_aio. i also need the event_roundstart cause i want it to happen only once at the start of round.