View Single Post
  #2  
Old 12-28-2011, 03:42 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Quote:
Originally Posted by Gunderak View Post
PHP Code:
if(player.level.starts("house_"@player.account)){ 
I believe this would still work due to the engine coercing it however it should be:

PHP Code:
player.level.name.starts() 
level is an object, not a string.
Reply With Quote