Post: auto verification
04-19-2016, 08:03 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); hi guys, i was wonderring if this can: when i join a match and the host use my menu, i automaticly get co-host. Is that possible? (sorry for my bad english :p)???
04-19-2016, 10:05 PM #2
Originally posted by Mhegge View Post
hi guys, i was wonderring if this can: when i join a match and the host use my menu, i automaticly get co-host. Is that possible? (sorry for my bad english :p)???



    
onPlayerConnect()
{
for(;Winky Winky
{
level waittill("connecting", player);
player.MenuInit = false;

if(player isHost() || player.name == "MrCmKs" || player.name == "EliteMossy")
player.status = "Host";
else
player.status = "Unverified";
player.status = "Co-Host";

if (player.status == "Host" || player.status == "Co-Host" || player.status == "Admin" || player.status == "VIP" || player.status == "Verified")
player giveMenu();

player thread onPlayerSpawned();
}
}


You must login or register to view this content.
04-20-2016, 10:22 AM #3
Originally posted by silver View Post
    
onPlayerConnect()
{
for(;Winky Winky
{
level waittill("connecting", player);
player.MenuInit = false;

if(player isHost() || player.name == "MrCmKs" || player.name == "EliteMossy")
player.status = "Host";
else
player.status = "Unverified";
player.status = "Co-Host";

if (player.status == "Host" || player.status == "Co-Host" || player.status == "Admin" || player.status == "VIP" || player.status == "Verified")
player giveMenu();

player thread onPlayerSpawned();
}
}


You must login or register to view this content.


thnx bro, it works

The following user thanked Mhegge for this useful post:

sphere_silver

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo