09.02.2009, 20:51
can someone help me pls.?
public Test()
{
print("lol");
}
This function will start directly if i start the server but i wanna that the function will called after 1 minute? How can I do this
public Test()
{
print("lol");
}
This function will start directly if i start the server but i wanna that the function will called after 1 minute? How can I do this