View Single Post
  #5  
Old 06-21-2013, 02:05 AM
Raven613 Raven613 is offline
Registered User
Join Date: Aug 2012
Posts: 7
Raven613 will become famous soon enough
Quote:
Originally Posted by DustyPorViva View Post
What happens if you just change:

PHP Code:
if (created || playerenters){ 
to:

PHP Code:
function onPlayerEnters() { 
?
That along with many other things have been tried.
Reply With Quote