View Single Post
  #17  
Old 05-18-2008, 07:39 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 cbk1994 View Post
That or just show a GANI with the putleaps in the script?

PHP Code:
SCRIPT
if ( created )
{
  
putleapsparams[0], params[1], params[2] );
}
SCRIPTEND 
If you don't use if ( created ) you will lose the params sent, for some reason. You could do the same thing with attrs as well though.
PHP Code:
SCRIPT

function onPlayerEnters(typexxyy) {
  
putleaps(typexxyy);
}

SCRIPTEND 
:o and why do you use "if (created)"?
__________________
Reply With Quote