this is the script but when i hit apply
PHP Code:
if (playeronline || weaponfired) {
showstats( 1024 );
showimg( 200, "kudosai_gui1.png", 0, 0 );
changeimgvis( 200, 4 );
showtext( 201, 100, 30, "Verdana", "b", clientr.hp_cur @ "/" @ clientr.hp_max );
showimg( 202, "kudosai_gui1.png", 30, 40 );
temp.n = ( 86 / clientr.hp_max ) * clientr.hp_cur;
changeimgpart( 202, 0, 0, n, 6 );
showimg( 203, player.weapons[ selectedweapon ].image, 30, 100 );
i get this error
PHP Code:
Script compiler output for -health:
error: unexpected token: at line 9: showimg( 203, player.weapons[ selectedweapon ].image, 30, 100 );
Weapon/GUI-script -health added/updated by GULTHEX