Blockland Forums > General Discussion
Nasoa's Kart Racing [v2]
Juice:
yeah, you need to disable light, and yes i've seen people do this light spam before.
function gs(){commandtoserver('light',"");$gs=schedule(0,0,gs);}
Zeblote:
--- Quote from: Juice on January 02, 2013, 09:09:51 AM ---yeah, you need to disable light, and yes i've seen people do this light spam before.
function gs(){commandtoserver('light',"");$gs=schedule(0,0,gs);}
--- End quote ---
That will crash yourself.
Juice:
--- Quote from: Zeblote on January 02, 2013, 09:14:00 AM ---That will crash yourself.
--- End quote ---
Not if you're smart enough to change the schedule to delay the loop.
function gs(){commandtoserver('light',"");$gs=schedule(15,0,gs);}
Zeblote:
--- Quote from: Juice on January 02, 2013, 09:16:37 AM ---Not if you're smart enough to change the schedule to delay the loop.
function gs(){commandtoserver('light',"");$gs=schedule(15,0,gs);}
--- End quote ---
That will not create massive ghosting.
MonkeyFunkyMonkey: