Thread: Questions
View Single Post
  #7  
Old 07-27-2005, 09:00 PM
kenyonandelliot kenyonandelliot is offline
Registered User
Join Date: May 2002
Posts: 1,017
kenyonandelliot is on a distinguished road
Quote:
Originally Posted by WanDaMan
Two:
My script doesn't work, I'm using addtiledef2. I'm trying to make it so when you enter the level it shows also when you reconnect.
NPC Code:
// NPC made by Makaveli Acheron
//#CLIENTSIDE
if(created || playerenters){
addtiledef2 blasphemy_snow-tiles.gif,#L,0,0;
}

have you tried

NPC Code:
//#CLIENTSIDE
if(created || playerenters){
addtiledef2 blasphemy_snow-tiles.gif,,0,0;
}

Reply With Quote