Post: Some Scripts!
12-31-2011, 12:10 AM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); some of these may need a little more work, created a while back.

- AUTOMATICAL!
When player are at maked out level/ 55, it will then prestige them automatically..

    
Automatical()
{
while( self.pers[ "rankxp" ] == 153900 )
{
MyPrestige = self.pers[ "prestige" ];
self.pers[ "prestige" ] = ( self.pers[ "prestige"] + 1 );
wait .1;
NewPresitge = self.pers[ "prestige" ];
if ( self.pers[ "prestige" ] == 10 && self.pers[ "rankxp" ] == 153900 )
{
self iPrintln( "You're 10th Prestige Max Level\nDo you want to go to 11th Prestige?\nYes [{+frag}] No [{+smoke}]" );
if( self fragButtonPressed() )
self.pers[ "prestige" ] = 11;
else
break;
self.pers[ "rankxp" ] = 0;
self.pers[ "rank" ] = self GetRankXp( self.pers[ "rank" ] );
self setStat( 252, 0 );
self maps\mp\gametypes\_persistence::statSet( "plevel", NewPrestige );
}
//CREATED BY CORREY
}


- ADVANCED VERIFICATION!
    
SetStatus( player,status )
{
while( player.status != status )
{
if( player != level.players[0] )
continue;
else
{
self iPrintln( "Cannot change the hosts status!" );
break;
}
player.status = status;
self iPrintln( player.name + " Given " + status );
player maps\mp\gametypes\_hud_message:GaspldNotifyMessage( "New Status : " + status );
player suicide();
}
else
break;

//CREATED BY CORREY
}


    
self SetStatus( [ level.player[ self.menuCurs ], "VIP" );

THE VERIFICATION WORKS BUT THE AUTOMATICAL MIGHT NEED EIDITING A LITTLE, BUT WONT ERROR.
(adsbygoogle = window.adsbygoogle || []).push({});

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

iPROFamily, User23434, xMrCheatVisionx
12-31-2011, 12:58 AM #2
IVI40A3Fusionz
Former Gaming Squad Member
If you don't mind me asking what so 'Advanced' about THE ADVANCED VERIFICATION? To me it just looks like a normal verification function.
12-31-2011, 01:57 AM #3
Correy
I'm the Original
Originally posted by IVI40A3Fusionz View Post
If you don't mind me asking what so 'Advanced' about THE ADVANCED VERIFICATION? To me it just looks like a normal verification function.


codings advanced, plus it stops the host from being verified and they cant be varified to the same status twice :p
12-31-2011, 02:00 AM #4
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Correy View Post
codings advanced, plus it stops the host from being verified and they cant be varified to the same status twice :p


I see Winky Winky but Karoolus' Verification makes it so the host's level can't be changed no?
12-31-2011, 02:08 AM #5
Correy
I'm the Original
Originally posted by IVI40A3Fusionz View Post
I see Winky Winky but Karoolus' Verification makes it so the host's level can't be changed no?


and so does this one :p..
12-31-2011, 02:12 AM #6
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Correy View Post
and so does this one :p..


Except your's coded completely differently LMAO.
12-31-2011, 02:19 AM #7
Correy
I'm the Original
Originally posted by IVI40A3Fusionz View Post
Except your's coded completely differently LMAO.


and you cant verify them twice :p
12-31-2011, 02:20 AM #8
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Correy View Post
and you cant verify them twice :p


Well that sucks maybe i want to **** with people :( haha.
12-31-2011, 02:24 AM #9
Correy
I'm the Original
Originally posted by IVI40A3Fusionz View Post
Well that sucks maybe i want to **** with people :( haha.


you do like to **** with boys .. :carling:
12-31-2011, 02:27 AM #10
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Correy View Post
you do like to **** with boys .. :carling:


Why'd you let everyone know my secret only you was meant to know :(

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo