Hey guys, i just wanted to know if its possible to print a message in clients console every 30 seconds or so..
i know console_print(id, "text") is used and that maybe using a global variable we can.. like.
Code:
if(x = 30)
{
set_task or console print
}
i might be wrong..Thank you for your help