Original thread: You must login or register to view this content.
Step 1:
Open up paint and create your image size about 25x5
Step 2:
Write your name backwards, here's an example of mine. You must login or register to view this content.
Step 3:
After you're happy with it save it as '24-bit Bitmap (*.bmp;*.dib)'
Step 4:
Load up TheUnkn0wns BMP2 tool and it should automatically come up with a open file dialog.
Locate the Image.bmp you just created.
Step 5:
It will then come up with a save file dialog, thats the .txt file for the code to be saved into, so create a file.
Step 6:
After saving the tool will then ask for the 'Width'/ 'Hight' or the file, thats this part here. You must login or register to view this content.
Located at the bottom, in this case mine is 5.
Step 7:
You will need this code also.
WP(X,Y,Z)
{
B=spawn("script_model",self.origin+(0,0,999)+(X,Y,Z));
B.angles=(90,0,0);
B setModel("com_plasticcase_beige_big");
B Solid();
}
Put that somewhere in the .gsc you are using.
Step 6:
i would create a function like this, in the same .gsc as your code above.
SkyText()
{
}
Import your code which was created, in the file which was saved between the braces. { & }.
this is an example of mine.