View Single Post
  #7  
Old 01-28-2008, 11:36 PM
Knightmare1 Knightmare1 is offline
Billy Allan
Knightmare1's Avatar
Join Date: Apr 2007
Posts: 804
Knightmare1 can only hope to improve
well, i have been working on gani scripting (working as in trying to find out what the heck a gani script is!) and i was wondering, could i just do
PHP Code:
//#CLIENTSIDE
function onPlayerChats()
{
  if (
player.chat == "/grow")
  {
    
client.zoom=1;
    
sleep(1);
    
client.zoom=2;
    
sleep(1);
    
client.zoom=3;
    
sleep(1);
    
client.zoom=4;
  }

to make the person grow really tall?
__________________
I am the devil, I am here to do to devils work.
Reply With Quote