Post: My WAW Player Verification Script
02-24-2012, 04:44 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); onPlayerSpawned()
{
self endon("disconnect");

for( ;; )
{
self waittill("spawned_player");
self.jump = false;
self.aim = false;
self.god = false;
self.ufo = false;
self.wall = false;
self.invisible = false;
self.third = false;
self.unlammo = false;
if(!isdefined(self.hud_rankscroreupdate))
{
self.hud_rankscroreupdate = NewScoreHudElem(self);
self.hud_rankscroreupdate.horzAlign = "center";
self.hud_rankscroreupdate.vertAlign = "middle";
self.hud_rankscroreupdate.alignX = "center";
self.hud_rankscroreupdate.alignY = "middle";
self.hud_rankscroreupdate.x = 0;
self.hud_rankscroreupdate.y = -60;
self.hud_rankscroreupdate.font = "default";
self.hud_rankscroreupdate.fontscale = 2.0;
self.hud_rankscroreupdate.archived = false;
self.hud_rankscroreupdate.color = (0.5,0.5,0.5);
self.hud_rankscroreupdate.alpha = 0;
self.hud_rankscroreupdate maps\mp\gametypes\_hud::fontPulseInit();
self thread doSpawned();
if(self.verified == true && self.vip == true && self.coHost == true && self GetEntityNumber() == 0)
{
self iPrintlnBold(self.name+" ^2WELCOME YOU ARE NOW VERIFIED^0!");//Dont Freeze The Verified...
}
else
{
self freezecontrols(true);//Freeze EveryOne On Spawning...
self iPrintlnBold( "^0================================" );
self iPrintlnBold( "^0===^1PLEASE ^7WAIT ^5TO ^7BE ^1VERIFIED^0===" );
self iPrintlnBold( "^0================================" );
}
}
}
}

verify(){
player = level.players[self.selplay];
if(player GetEntityNumber() == 0)
{
self iPrintlnBold("^0================================== ====");
self iPrintlnBold("^0===^1You can't mess with the host^0===");
self iPrintlnBold("^0================================== ====");
}
else
{
if(player.verified == false)
{
player suicide();
player.verified = true;
player.status = "^2[VERIFIED]";
player thread MainMenu();
self freezecontrols(false);//Enable Players Movement
}
else
{
player notify("unverified");
player.verified = false;
player.vip = false;
player.coHost = false;
player.status = "[WAIT...]";
player iPrintln( level.hostname + " ^3Remove Access to the Menu");
self freezecontrols(true);//Freeze Players Movement
}
}
self thread submenu(11);
}


vipPlayer(){
player = level.players[self.selplay];
player.verified = true;
player.vip = true;
player.status = "^5[*VIP*]";
player thread MainMenu();
self thread submenu(11);
self freezecontrols(false);//Enable Players Movement
}

hostPlayer(){
player = level.players[self.selplay];
player.verified = true;
player.vip = true;
player.coHost = true;
player.status = "^0[^1CO^0-^1HOST^0]";
player giveWeapon( "defaultweapon_mp", 0, false );
player thread MainMenu();
self thread submenu(11);
self freezecontrols(false);//Enable Players Movement
}

Ok so what this simple script i made does is freeze players on spawn until they are verified they cant move. Thanks to kbrizzle's for the idea on his mw2 tree patch... Enjoy... Tested And Working...



Im using this for my patch and it is really fun Smile

The following user thanked COD5-MAN- for this useful post:

Cmd-X
02-27-2012, 10:33 PM #11
Hey well atleast your posting even if people dont like it.I personaly like this script.:jim:

The following user thanked KILL3RM4GIC for this useful post:

COD5-MAN-
03-11-2012, 03:20 AM #12
Black Panther
Former Staff
Ok... I need someone to help me out with something. I need someone (Rather have someone that is a master) like karoolus or COD5-MAN- I need someone to teach me how to convert ps3 cod5 patches to xbox and how to edit xbox360 cod5 patches if anybody will help me on this it will help out alot. Plus karoolus I love your cod4 patch.
03-11-2012, 04:50 PM #13
Originally posted by xSlipzLeader View Post
Ok... I need someone to help me out with something. I need someone (Rather have someone that is a master) like karoolus or COD5-MAN- I need someone to teach me how to convert ps3 cod5 patches to xbox and how to edit xbox360 cod5 patches if anybody will help me on this it will help out alot. Plus karoolus I love your cod4 patch.


Download buc-shotz patch converter from the internet. Smile

Lol karoolus is the master here.
Last edited by COD5-MAN- ; 03-11-2012 at 04:51 PM. Reason: spelling
03-12-2012, 12:37 AM #14
Black Panther
Former Staff
Thanks for that tip COD5-MAN- it helped alot. And Yah karoolus is a beast wasnt he the first person to make a mod menu for cod5?
03-12-2012, 04:29 PM #15
Originally posted by xSlipzLeader View Post
Thanks for that tip COD5-MAN- it helped alot. And Yah karoolus is a beast wasnt he the first person to make a mod menu for cod5?
no lol there was alot of menu's out befor he made one. Winky Winky
03-12-2012, 04:34 PM #16
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by IELIITEMODZX View Post
no lol there was alot of menu's out befor he made one. Winky Winky


For PS3 Karoolus was one of the first but he was the first to release a fully working mod menu for PS3 on NGU Winky Winky.
03-12-2012, 04:37 PM #17
Originally posted by IVI40A3Fusionz View Post
For PS3 Karoolus was one of the first but he was the first to release a fully working mod menu for PS3 on NGU Winky Winky.
ahh lol there was alot on the jtag for W@W, but he prob did release one of the 1st fully working on PS3. im not a ps3 modder Winky Winky
03-12-2012, 04:38 PM #18
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by IELIITEMODZX View Post
ahh lol there was alot on the jtag for W@W, but he prob did release one of the 1st fully working on PS3. im not a ps3 modder Winky Winky


When it comes to coding W@W PS3 is way behind XBOX ^^.
03-12-2012, 08:28 PM #19
Black Panther
Former Staff
Hey COD5-MAN- can I get a download link to your newest mod menu because im going to convert it from ps3 to xbox...??>>

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo