Quote:
Originally Posted by Deas_Voice
haha, can someone give me the client that made it spin? i want to see it inrealtime x)
|
PHP Code:
//#CLIENTSIDE
function onCreated() onTimeout();
function onTimeout() {
GUIContainer.rotation += 0.5;
setTimer(0.05);
}