View Single Post
  #3  
Old 04-24-2007, 09:22 PM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
Quote:
Originally Posted by killerogue View Post
A gani script? Where does it go? What does it do? Does it have any special things I should know about?
It obiviously goes inside a gani <_<.

Example

PHP Code:
player.attr[10] = "hp.gani";
player.attr[11] = {hpflagmaxhpflag}; 
PHP Code:
SCRIPT
function onCreated() onTimeout();
function 
onPlayerEnters() onTimeout();

function 
onTimeout()
{
  
showtext10, (player.6), (player.3), "Arial""b"format("HP:%f/%i"player.attr[11][0], player.attr[11][1]);
  
changeimgvis(102);
  
changeimgzoom(100.50);

  
setTimer(.05);
}
SCRIPTEND 
From what I hear its much better to use GANI scripting gives off less lag then other types of scripting

Last edited by Rapidwolve; 04-24-2007 at 10:35 PM..
Reply With Quote