I download Nos system by Seby but createSprite is not rel04. I dont know how to script client side. I tried but failed.
First, I tried to send data to client but the index "player" doesnot exists.
Second, I created a function in client side script
function nosbar()
{
GUISprite("NOS_bar.png", VectorScreen(-340, 230));
}
What should be the parameters of it? How to add alpha to it?
YourSprite <- GUISprite("NOS_bar.png", VectorScreen(-340, 230));
YourSprite.Alpha = 100;
http://wiki.vc-mp.org/wiki/Scripting/Squirrel/Client_Functions#GUISprite
Quote from: Necrose on Nov 27, 2017, 02:46 PMYourSprite <- GUISprite("NOS_bar.png", VectorScreen(-340, 230));
YourSprite.Alpha = 100;
Can you give me function with parameters
Quote from: ! on Nov 27, 2017, 05:42 PMhttp://wiki.vc-mp.org/wiki/Scripting/Squirrel/Client_Functions#GUISprite
not so good