Thread: Hat Viewer
View Single Post
  #1  
Old 09-05-2006, 05:41 AM
killerogue killerogue is offline
Registered Omega
killerogue's Avatar
Join Date: Apr 2006
Location: United States
Posts: 1,920
killerogue is on a distinguished road
Send a message via AIM to killerogue Send a message via MSN to killerogue
Hat Viewer

Hat Viewing Script. Have Fun. :]

PHP Code:
//#CLIENTSIDE
function onWeaponFired() 
{
  
showimg(300,"hat0.png",player.x,player.y+15);
}
function 
onKeyPressed()
{
  if(
keydown == 1)
{
  for(
this.HatNumber=60;this.HatNumber>0;this.HatNumber--);
   
sleep(0.05);
 }
}
  if(
keydown == 3)
{
  for(
this.HatNumber=0;this.Hatnumber<60;this.HatNumber++);
   
sleep(0.05);

__________________


REMEMBER, IF YOU REP ME, LEAVE A NAME!

Quote:
Originally Posted by haunter View Post
Graal admins don't die. They go to hell and regroup.
Quote:
Originally Posted by Inverness View Post
Without scripters, your graphics and levels wouldn't do anything but sit there and look pretty.
Reply With Quote