Ah you replied thank you! quoting worked, though the roundtime event still has them compile errors!
http://wiki.alliedmods.net/Half-Life...ents#RoundTime
->
register_event(RoundTime, round_time(&itime))
->
PHP Code:
public round_time(&itime)
{
itime = get_data(1)
}
edit: the purpose is to get the current round time, I'm not sure if this is even the right way