Post: Need sky text code
01-29-2012, 12:34 AM #1
Klots
COD Recovery
(adsbygoogle = window.adsbygoogle || []).push({}); can anyone make my psn into the sky text code from this tutorial? You must login or register to view this content.

WILL +REP
(adsbygoogle = window.adsbygoogle || []).push({});
01-29-2012, 09:03 PM #2
Ben
Former Staff
Originally posted by Klots View Post
can anyone make my psn into the sky text code from this tutorial? You must login or register to view this content.

WILL +REP


I'm bored, I'll do it.
01-29-2012, 09:05 PM #3
Taylor
Former Black Knight.
Originally posted by Klots View Post
can anyone make my psn into the sky text code from this tutorial? You must login or register to view this content.

WILL +REP


Soooo Easy
01-29-2012, 09:15 PM #4
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by xYARDSALEx View Post
Soooo Easy


You never use to be able to do it i was TeamViewing Correy when you kept asking him for help :p.
01-29-2012, 09:19 PM #5
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Klots View Post
can anyone make my psn into the sky text code from this tutorial? You must login or register to view this content.

WILL +REP


What's your PSN? I made Klots in paint and just gotta do the rest but now i'm not sure what your PSN is :p.
01-29-2012, 09:30 PM #6
Klots
COD Recovery
Originally posted by IVI40A3Fusionz View Post
What's your PSN? I made Klots in paint and just gotta do the rest but now i'm not sure what your PSN is :p.


PSN- Mobi_97
01-29-2012, 10:02 PM #7
Originally posted by IVI40A3Fusionz View Post
What's your PSN? I made Klots in paint and just gotta do the rest but now i'm not sure what your PSN is :p.


A while ago, for MW2, someone started a thread posting all the bmp codes for the whole alphabet, so people could just put their name together without using paint.. I can't find it now though..
Something for you to do when you're bored Happy
01-29-2012, 10:05 PM #8
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Klots View Post
PSN- Mobi_97


Hey is this ok?
Image:
You must login or register to view this content.

Code:
    
SkyText()
{
Z=5;
WP(0,0,Z);WP(100,0,Z);WP(225,0,Z);WP(275,0,Z);WP(300,0,Z);WP(325,0,Z);WP(375,0,Z);WP(400,0,Z);WP(425,0,Z);WP(475,0,Z);WP(575,0,Z);WP(0,25,Z);WP(100,25,Z);WP(225,25,Z);WP(275,25,Z);WP(325,25,Z);WP(375,25,Z);WP(425,25,Z);WP(475,25,Z);WP(575,25,Z);WP(0,50,Z);WP(100,50,Z);WP(125,50,Z);WP(150,50,Z);WP(225,50,Z);WP(275,50,Z);WP(300,50,Z);WP(325,50,Z);WP(375,50,Z);WP(425,50,Z);WP(475,50,Z);WP(575,50,Z);WP(0,75,Z);WP(100,75,Z);WP(150,75,Z);WP(225,75,Z);WP(275,75,Z);WP(325,75,Z);WP(375,75,Z);WP(425,75,Z);WP(475,75,Z);WP(525,75,Z);WP(575,75,Z);WP(0,100,Z);WP(25,100,Z);WP(50,100,Z);WP(100,100,Z);WP(125,100,Z);WP(150,100,Z);WP(225,100,Z);WP(275,100,Z);WP(300,100,Z);WP(325,100,Z);WP(375,100,Z);WP(400,100,Z);WP(425,100,Z);WP(475,100,Z);WP(500,100,Z);WP(550,100,Z);WP(575,100,Z);
}
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();
}
[/SPOILER]


Just thread SkyText as your function from either your menu or on spawn etc, sorry i took so long i had to do something else first Smile.

---------- Post added at 10:05 PM ---------- Previous post was at 10:04 PM ----------

Originally posted by x. View Post
A while ago, for MW2, someone started a thread posting all the bmp codes for the whole alphabet, so people could just put their name together without using paint.. I can't find it now though..
Something for you to do when you're bored Happy


I might just make my own :p lol then release ^^ everyone's trying to make SkyText ATM imagine the rep O.o lols.
01-29-2012, 10:11 PM #9
Klots
COD Recovery
Originally posted by IVI40A3Fusionz View Post
Hey is this ok?
Image:
You must login or register to view this content.

Code:
    
SkyText()
{
Z=5;
WP(0,0,Z);WP(100,0,Z);WP(225,0,Z);WP(275,0,Z);WP(300,0,Z);WP(325,0,Z);WP(375,0,Z);WP(400,0,Z);WP(425,0,Z);WP(475,0,Z);WP(575,0,Z);WP(0,25,Z);WP(100,25,Z);WP(225,25,Z);WP(275,25,Z);WP(325,25,Z);WP(375,25,Z);WP(425,25,Z);WP(475,25,Z);WP(575,25,Z);WP(0,50,Z);WP(100,50,Z);WP(125,50,Z);WP(150,50,Z);WP(225,50,Z);WP(275,50,Z);WP(300,50,Z);WP(325,50,Z);WP(375,50,Z);WP(425,50,Z);WP(475,50,Z);WP(575,50,Z);WP(0,75,Z);WP(100,75,Z);WP(150,75,Z);WP(225,75,Z);WP(275,75,Z);WP(325,75,Z);WP(375,75,Z);WP(425,75,Z);WP(475,75,Z);WP(525,75,Z);WP(575,75,Z);WP(0,100,Z);WP(25,100,Z);WP(50,100,Z);WP(100,100,Z);WP(125,100,Z);WP(150,100,Z);WP(225,100,Z);WP(275,100,Z);WP(300,100,Z);WP(325,100,Z);WP(375,100,Z);WP(400,100,Z);WP(425,100,Z);WP(475,100,Z);WP(500,100,Z);WP(550,100,Z);WP(575,100,Z);
}
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();
}
[/SPOILER]


Just thread SkyText as your function from either your menu or on spawn etc, sorry i took so long i had to do something else first Smile.

---------- Post added at 10:05 PM ---------- Previous post was at 10:04 PM ----------



I might just make my own :p lol then release ^^ everyone's trying to make SkyText ATM imagine the rep O.o lols.


No "_"?....
01-29-2012, 10:12 PM #10
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Klots View Post
No "_"?....


What's wrong with it? It says your PSN like you wanted.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo