View Single Post
  #1  
Old 07-19-2007, 10:20 PM
HolySheepy HolySheepy is offline
Registered User
Join Date: Apr 2007
Posts: 68
HolySheepy is on a distinguished road
Loadlines not working

Hi,

PHP Code:
function onCreated()
  {
  
this.myVar = new TStaticVar();
  
this.myVar.loadlines"levels/playerlist.txt" );
  
ec.ho(. th.i.s..myVar] );
  
findplayer"HolySheepy" ).sendpm"L" this.myVar );
  } 
it echoes nothing and only sends L as a pm
playerlist.txt is in levels/ Folder
/find playerlist.txt
playerlist.txt: downloadable, 213 byte, 2007-07-19 14:18:44

i also tried. "playerlist.txt" and without the tstaticvar thing
but it seems like it doesnt read the file

well for some reason it gave method not implented whn not pointing it lol

Last edited by HolySheepy; 07-19-2007 at 10:38 PM.. Reason: unpunctation
Reply With Quote