Hi,
when I do something lik
PHP Code:
temp.alist.loadfolder( "scriptfiles/blub/*", 0 );
it works fine
but for
PHP Code:
temp.alist.loadfolder( "scriptfiles/blub/ll/*", 0 );
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( 0 );
}
but that doesn't work. Any ideas?