Quote:
|
Originally Posted by XunTric
You cant make 2 same events...
But one way is to chop a event in two with a bool
like:
Code:
new bool:smartass
public ResetHUD
{
if(smartass == false) {
//Do stuff...
}
if(smartass == true) {
//Do stuff....
}
}
So now just change between true and false in your script depending on what part of the event you want to use...
|
o.o. i'll try that

.
but is it possible not to use count_votes ? even if i want to count it?
cause my
register_menu(question), <some numbers>, count_votes
is like that. sry i cannot give the full sentence. i'm in school now, sneaked upon the PC while i'm in de lab

.