View Single Post
  #5  
Old 10-27-2006, 09:43 PM
Chompy Chompy is offline
¯\(º_o)/¯
Chompy's Avatar
Join Date: Sep 2006
Location: Norway
Posts: 2,815
Chompy is just really niceChompy is just really niceChompy is just really nice
Send a message via MSN to Chompy
Quote:
Originally Posted by KuJi View Post
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
__________________
Reply With Quote