Quote:
Originally Posted by fowlplay4
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).