Thread
:
Clientside Sleep
View Single Post
#
2
09-15-2010, 10:58 AM
TSAdmin
Forum Moderator
Join Date: Aug 2006
Location: Australia
Posts: 1,980
The Clientside version of sleep is exactly the same as the serverside version. EG:
PHP Code:
//#CLIENTSIDE
function
onCreated
() {
shared
.
chat
(
"Test1"
);
sleep
(
5
);
shared
.
chat
(
"Test2"
);
}
Worked for me in a WNPC.
__________________
⇒
TSAdmin
(
Forum Moderator
)
⇒
Welcome to the Official GraalOnline Forums! Where sharing an opinion may be seen as a declaration of war!
------------------------
·
User Agreement
·
Code of Conduct
·
Forum Rules
·
·
Graal Support
·
Administrative Contacts
·
TSAdmin
View Public Profile
View GraalOnline Profile
Find all posts by TSAdmin