View Single Post
  #1  
Old 12-08-2008, 06:42 PM
RozenMaiden RozenMaiden is offline
Registered User
Join Date: Dec 2008
Posts: 27
RozenMaiden is on a distinguished road
Second-Sub-Folder? (also say();)

Hi,

when I do something lik
PHP Code:
temp.alist.loadfolder"scriptfiles/blub/*"); 
it works fine
but for
PHP Code:
temp.alist.loadfolder"scriptfiles/blub/ll/*"); 
it would return nothing... any solution? yeah the folders do exist. It is a clientside script too


and second:
I made a sign and tried to do
PHP Code:
//#CLIENTSIDE
function onCreated()
  {
  
showcharacter();
  }
function 
onPlayerTouchsMe()
  {
  
say);
  } 
but that doesn't work. Any ideas?
Reply With Quote