How can I make a working sleep/Timer in a script with out using Timeouts/schedule events to change a value you twice in a script?
PHP Code:
function onActionServerside()
{
blah
blah
player.clientr.testvalue = 0
blah
sleep(5); <--I thought this would work but no :(
player.clientr.testvalue = 1;