Code:
new bool:one_time
public plugin_init() register_event("HLTV", "NewRound", "a", "1=0", "2=0")
public NewRound() one_time = false
public code()
{
one_time = true
if(one_time) client_print(id, print_chat, "This Coammnd Can Used 1 Time A Round"
else if(!one_time)
{
// Your Code
}
}
found this on the forums in 10 seconds.