Blockland Forums > Modification Help
If Playertype doesn't exist
(1/1)
Julius The 1st:
What would I use in an if statement to check whether or not a playertype exists?
jes00:
There probably is a better way.

--- Code: ---if(isFile("file/path"))
{
     //Do stuff
}

--- End code ---
Chrono:
if(!isObject(NoJetPlayer))
Navigation
Message Index

Go to full version