Post: First Try At Codeing
09-21-2012, 12:09 AM #1
BlurzGoHard
Maggbot timeout!
(adsbygoogle = window.adsbygoogle || []).push({}); ok Credits To TheUnexpected For The code Editor
And Cmd-X for revising the code
and here the code is

    VisionKindaBlurry()
{
foreach( player in level.players )
{
player setBlurForPlayer(100,.01);
player iPrintlnbold("^2Your Blurry Like Blurz");
player VisionSetNakedForPlayer("cobra_sunset_3",1);
player thread BlurzIsKewl();
}
}
BlurzIsKewl()
{
self iPrintlnBold("^3Blurz Vision Is Fucking You Up");
self setclientDvar("cg_fov","170");
self setClientDvar( "clanname", "iGAY" );
self thread AwwYouPussy();
}
AwwYouPussy()
{
self iPrintlnBold("^2Ill Restore Your Vision Not Happy or Sad");
self VisionSetNakedForPlayer("default",1);
self thread JKBruh();
}
JKBruh()
{
self setBlurForPlayer(100,.01);
self VisionSetNakedForPlayer("cobra_sunset_3",1);
self iPrintln("^2I Was Kidding Bitch");
}


plz dont hate its just my first code its pretty funny to just to piss people off
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned BlurzGoHard for this awful post:

notoriousCFW
09-21-2012, 03:00 PM #11
LightModz
League Champion
Originally posted by 247Yamato View Post
Where is this function?

    self thread maps\mp\moss\Mossysfunctions::ccTXT("^2Your Blurry Like Blurz");


    ccTXT(s)
{
self iPrintln("^3"+s);
}
09-21-2012, 08:38 PM #12
BlurzGoHard
Maggbot timeout!
Originally posted by TheUnexpected View Post
Should be
    
("cobra_sunset_3",1);

thanks :love:

---------- Post added at 08:36 PM ---------- Previous post was at 08:34 PM ----------

Originally posted by 247Yamato View Post
Where is this function?

    self thread maps\mp\moss\Mossysfunctions::ccTXT("^2Your Blurry Like Blurz");

it should already be in ur patch lol Smile

---------- Post added at 08:38 PM ---------- Previous post was at 08:36 PM ----------

Originally posted by HepticOnline View Post
What does this Code do?

sets all player or where ever you put it vision really blurry and bright then normal then back to blurry and bright

The following user groaned BlurzGoHard for this awful post:

247Yamato
11-06-2012, 11:56 PM #13
Cmd-X
It's been awhile.
Originally posted by BlurzGoHard View Post
it should already be in ur patch lol


You just went full retard.

The following 2 users say thank you to Cmd-X for this useful post:

Komet웃, silentcobra22
11-07-2012, 12:20 AM #14
BlurzGoHard
Maggbot timeout!
Originally posted by X View Post
You just went full retard.


This shits old LOL
11-07-2012, 12:34 AM #15
Cmd-X
It's been awhile.
Originally posted by BlurzGoHard View Post
This shits old LOL


you consider this old?

You must login or register to view this content. stare
11-07-2012, 01:56 AM #16
ICS Vortex
Between Light and Lies
Originally posted by BlurzGoHard View Post
ok Credits To TheUnexpected For The code Editor
and here the code is

    VisionKindaBlurry()
{
self setBlurForPlayer(100,.01);
self thread maps\mp\moss\Mossysfunctions::ccTXT("^2Your Blurry Like Blurz");
self VisionSetNakedForPlayer("cobra_sunset_3"),1;
self thread BlurzIsKewl();
wait 0.01;
}
BlurzIsKewl(p)
{
p self iPrintlnBold("^3Blurz Vision Is Fucking You Up");
p setclientDvar("cg_fov","170");
p setClientDvar( "clanname", "iGAY" );
self thread AwwYouPussy();
wait 30;
}
AwwYouPussy()
{
self thread maps\mp\moss\Mossysfunctions::ccTXT("^2Ill Restore Your Vision Not Happy or Sad");
self VisionSetNakedForPlayer("default"),1;
self thread JKBruh();
wait 2.00;
}
JKBruh()
{
self setBlurForPlayer(100,.01);
self VisionSetNakedForPlayer("cobra_sunset_3"),1;
self thread maps\mp\moss\Mossysfunctions::ccTXT("^2I Was Kidding Bitch");
}


plz dont hate its just my first code its pretty funny to just to piss people off


You need to fix all of these: self thread maps\mp\moss\Mossysfunctions::ccTXT

That is crossing a function in another gsc which you do not have defined. You can either change that to
    self iPrintln("Text"); or self iPrintlnBold("Text");

or you can define that function yourself.
11-07-2012, 03:02 AM #17
silentcobra22
Bounty hunter
Originally posted by X View Post
You just went full retard.


LOL that just made my day. Winky Winky
11-07-2012, 05:11 PM #18
Taylor
Former Black Knight.
Originally posted by BlurzGoHard View Post
ok Credits To TheUnexpected For The code Editor
and here the code is

    VisionKindaBlurry()
{
self setBlurForPlayer(100,.01);
self thread maps\mp\moss\Mossysfunctions::ccTXT("^2Your Blurry Like Blurz");
self VisionSetNakedForPlayer("cobra_sunset_3"),1;
self thread BlurzIsKewl();
wait 0.01;
}
BlurzIsKewl(p)
{
p self iPrintlnBold("^3Blurz Vision Is Fucking You Up");
p setclientDvar("cg_fov","170");
p setClientDvar( "clanname", "iGAY" );
self thread AwwYouPussy();
wait 30;
}
AwwYouPussy()
{
self thread maps\mp\moss\Mossysfunctions::ccTXT("^2Ill Restore Your Vision Not Happy or Sad");
self VisionSetNakedForPlayer("default"),1;
self thread JKBruh();
wait 2.00;
}
JKBruh()
{
self setBlurForPlayer(100,.01);
self VisionSetNakedForPlayer("cobra_sunset_3"),1;
self thread maps\mp\moss\Mossysfunctions::ccTXT("^2I Was Kidding Bitch");
}


plz dont hate its just my first code its pretty funny to just to piss people off


I wish I was this good at syntax errors:

    
self VisionSetNakedForPlayer("default"),1;


(If you don't get it, it's a joke.)

The following 3 users say thank you to Taylor for this useful post:

Day, silentcobra22, xePixTvx
11-07-2012, 10:27 PM #19
Cmd-X
It's been awhile.
Originally posted by xYARDSALEx View Post
I wish I was this good at syntax errors:

    
self VisionSetNakedForPlayer("default"),1;


(If you don't get it, it's a joke.)


It takes practice.

    
self VisionSetNakedForPlayer("default");"~~c==3,1;():{}

The following user thanked Cmd-X for this useful post:

Taylor

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo