Quote:
Originally Posted by Pimmeh
.....Switch(hehe) the monitors? Seriously XD
|
laptop. im suing my moms laptop. (no im not 30. im younger than you think ;D)
im trying to use addtiledef2, but i cant get my images to wokr on editor still...
ill post te images.
Here is script incase its wrong. (ace helped me with making it work on server, he provided template.
NPC Code:
//#CLIENTSIDE
if (playerenters)
{
removetiledefs;
addtiledef ace_tileset_template.gif,final,1;
addtiledef2 tiles_outside.png,final,512,192;
addtiledef2 wall_tiles.png,final_,512,320;
}