View Single Post
  #3  
Old 03-24-2010, 12:50 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Quote:
Originally Posted by fowlplay4 View Post
Something like this..

PHP Code:
if (created || playerenters) {
  
addtiledef tileset.png,levelprefix_,0;

PHP Code:
//#CLIENTSIDE
if (created || playerenters) {
  
addtiledef tileset.png,levelprefix_,0;

So that if it is eventually uploaded online, it won't break(and spam RC with errors all the time).
Reply With Quote