Quote:
Originally Posted by Raelyn
Ahh thanks. And yea, I am not adding an extra parameter in the actual scripts, just mashing the comma here to represent that parameters DO follow.
I did this:
PHP Code:
clientr.weapon_img = "raelyn_sword.png";
if (trigger){
showimg index,clientr.weapon_img,x,y;
}
Still not producing an image.
Edit: Bah, I got it to work with #s.
*slap forehead*
|
GS1 requires that you use the string 'function' for strings to work, which is major failure.
PHP Code:
showimg(200, clientr.weapon_img, 30, 30);
You can't expect GS2 to work if you don't use it correctly.