Quote:
Originally Posted by KuJi
Wrong
Right. Thanks =D.. read pm
*Edit*
PHP Code:
// NPC made by Joey
function onActionGrab()
{
echo("TOUCHED");
temp.lines.loadlines("scripts/signs.txt");
for (temp.var: temp.lines) echo(temp.var);
}
loadlines doesn't work on levels?
|
Was it wrong? It was an example though, just wanted to help,
but why you want too use loadlines for that?
And I hope that script is serverside :o