View Single Post
  #2  
Old 01-04-2011, 11:23 PM
Soala Soala is offline
Ideas on Fire
Soala's Avatar
Join Date: Jun 2007
Location: In my head
Posts: 3,208
Soala is a jewel in the roughSoala is a jewel in the rough
addtiledef is not even inside the if (created) lol

GS1:
PHP Code:
// NPC made by WaDaFack
//#CLIENTSIDE
if (created) {
addtiledef pics1.png,new2.nw,0;


GS2:
PHP Code:
// NPC made by WaDaFack
//#CLIENTSIDE
function onCreated() {
addtiledef("pics1.png",new2.nw,0);

Reply With Quote