|
Author
|
Message
|
|
Veteran Member
|

06-06-2010
, 09:43
Re: round checker
|
#1
|
new round = 1;
register_event("HLTV", "event_new_round", "a", "1=0", "2=0")
public event_new_round(){
round++;
if(round == 1){
client_print(id, print_chat, "This is round number 1!)}else if(round == 2){
client_print(id, print_chat, "This is round number 2!)}else if(round == 3){
client_print(id, print_chat, "This is round number 3!)}
}
|
|
|
|