View Single Post
  #10  
Old 07-20-2008, 08:42 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by GULTHEX View Post
this is the script but when i hit apply

PHP Code:
if (playeronline || weaponfired) {
showstats1024 );
showimg200"kudosai_gui1.png"0);
changeimgvis200);
showtext20110030"Verdana""b"clientr.hp_cur "/" clientr.hp_max ); 
showimg202"kudosai_gui1.png"3040 );
temp.= ( 86 clientr.hp_max ) * clientr.hp_cur
changeimgpart20200n); 
showimg203player.weaponsselectedweapon ].image30100 ); 
i get this error

PHP Code:
Script compiler output for -health:
errorunexpected token:  at line 9showimg203player.weaponsselectedweapon ].image30100 );
Weapon/GUI-script -health added/updated by GULTHEX 
It seems to me that you just copied and pasted exactly what I said, and barely changed anything.

Try to learn some basic scripting before trying to do something like this.

I know I'll get flamed if I tell you the error, but check out your functions. Also, replace your GS1 functions with GS2 (no, this isn't the error). Check out the wiki, especially this page:

__________________
Reply With Quote