Thread: Any ideas?
View Single Post
  #1  
Old 03-06-2010, 01:07 AM
Entrok Entrok is offline
Registered User
Join Date: Sep 2009
Location: Sweden
Posts: 51
Entrok is on a distinguished road
Send a message via MSN to Entrok
Any ideas?

I have remade our main sys that give out our tileset, but when i try to move, i cant, becouse i get blocked!

Have checked the tileset and it is as it should be, the script im using is the following:


PHP Code:
//#CLIENTSIDE
function onCreated() 
{
  
player.ap 100;
  
player.shieldpower 3;
  
removetiledefs(NULL);
  
addtiledef("mercia_newtileset.png"""1);
  
client.speed 13;
  
seteffect(0000);
  
enableweapons();
  
enabledefmovement();
  
resetfocus();
  
disablemap();
  
setminimap("door.png","",0,0);
  
onTimeout();

Anyone that could tell me what im doing wrong? Im using addtiledef becouse we will only have one tileset, and wont add anymore then this one.
Reply With Quote