Thread
:
dunno no the name ?
View Single Post
#
3
08-26-2009, 03:00 AM
cyan3
Registered User
Join Date: Nov 2005
Location: England
Posts: 2,919
if (playerenters) can be used if you've already called a function.
PHP Code:
//#CLIENTSIDE
function
onCreated
() {
if (
playerenters
) {
//Stuff
}
}
cyan3
View Public Profile
View GraalOnline Profile
Visit cyan3's homepage!
Find all posts by cyan3