Author Topic: If Playertype doesn't exist  (Read 317 times)

What would I use in an if statement to check whether or not a playertype exists?

There probably is a better way.
Code: [Select]
if(isFile("file/path"))
{
     //Do stuff
}

if(!isObject(NoJetPlayer))