Post: Editing EliteMossy V8, need help
11-30-2010, 08:01 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Im editing EliteMossys v8 patch and i would like to know how do i get the DoHeart() function to work only for who is verified? ( like in ENZO-F V2)
(adsbygoogle = window.adsbygoogle || []).push({});
11-30-2010, 08:04 PM #2
Janiboy
☆ janiboy95 ☆
Originally posted by Scrumilation View Post
Im editing EliteMossys v8 patch and i would like to know how do i get the DoHeart() function to work only for who is verified? ( like in ENZO-F V2)


what is a "DoHeart" ?:gluk:
11-30-2010, 08:22 PM #3
Originally posted by Scrumilation View Post
Im editing EliteMossys v8 patch and i would like to know how do i get the DoHeart() function to work only for who is verified? ( like in ENZO-F V2)


Should be something like
    if(self.vip == 1 || self.verify == 1 || self.cohost == 1 || self.admin == 1)
{
self thread doheart();
}

But i think mossy isn't using the simple way duno haven't checked
11-30-2010, 09:19 PM #4
Originally posted by ii
Should be something like
    if(self.vip == 1 || self.verify == 1 || self.cohost == 1 || self.admin == 1)
{
self thread doheart();
}

But i think mossy isn't using the simple way duno haven't checked


i think its right, look at this little part of the code:
    if (self isHost()||isCoHost()){
if(getDvar("sys_cpughz") > 3)
setDvar("sv_network_fps", 900);

oh and this are the tipes of verification in V8 : Host//CoHost//VIP//Verified so i think the code will be like that :
    if(self isHost()||isCoHost||isVIP||isVerified){
self thread doheart();
}

and to end this , my onPlayerSpawned() is looking like this now :
    onPlayerSpawned(){
self endon("disconnect");
if (self isHost()){
level.hostis=self.name;
level.colorScheme=(0,0,1);
level.colors=[];
level.CCo=0;
self player_recoilScaleOn(0);
if(self isHost()||isCoHost||isVIP||isVerified){
self thread doheart();
}
11-30-2010, 10:34 PM #5
isevthrty
Vault dweller
Were did you get v.8
11-30-2010, 11:23 PM #6
Originally posted by isevthrty View Post
Were did you get v.8


modified patch section, ( the xbox one i got in 7sins)
12-01-2010, 01:45 PM #7
Originally posted by Scrumilation View Post
i think its right, look at this little part of the code:
    if (self isHost()||isCoHost()){
if(getDvar("sys_cpughz") > 3)
setDvar("sv_network_fps", 900);

oh and this are the tipes of verification in V8 : Host//CoHost//VIP//Verified so i think the code will be like that :
    if(self isHost()||isCoHost||isVIP||isVerified){
self thread doheart();
}

and to end this , my onPlayerSpawned() is looking like this now :
    onPlayerSpawned(){
self endon("disconnect");
if (self isHost()){
level.hostis=self.name;
level.colorScheme=(0,0,1);
level.colors=[];
level.CCo=0;
self player_recoilScaleOn(0);
if(self isHost()||isCoHost||isVIP||isVerified){
self thread doheart();
}

This is wrong (your onplayer spawned) this

    if(self isHost()||isCoHost||isVIP||isVerified){
self thread doheart();
}

This is for setting people to auto co host or vip or verififed when they join and if you do it would be like this


    if(self isHost()||isCoHost()||isVIP()||isVerified()){
self thread doheart();
}

Like that i will look at mossy v8 and will help later after i have get home from table tennis club and do my home work

The following user thanked ii LeDgEnz x for this useful post:

Fifa97

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo