Post: Godmode on spawn? freeze on spawn?
10-27-2010, 12:39 AM #1
jkry_2_1_
Call Me The CodFather
(adsbygoogle = window.adsbygoogle || []).push({}); alright guys ive tried to add these both to elitemossy v7 both gave synex errors recoded about 12 times now im mad what i want is unverifieds to be frozen and admins and vips to get godmode.


i also want to take away super jump and speed for unverified incase i wanna play online and reck so there not frozen.
(adsbygoogle = window.adsbygoogle || []).push({});
10-27-2010, 12:42 AM #2
Mr. Wood
Feel like a Sir.
have you tried pm'ing a good coder ?

The following 2 users say thank you to Mr. Wood for this useful post:

Cole MacGrath, Cole MacGrath
10-27-2010, 12:45 AM #3
jkry_2_1_
Call Me The CodFather
Originally posted by Mr.
have you tried pm'ing a good coder ?


biz is with rg now derek isnt msging back and only other one i can think of is elitemossy and he probaly has a full inbox.
10-27-2010, 12:54 AM #4
OFWGKTA
Developer
this isnt difficult to do; but would be easier if you were building your own patch
10-27-2010, 01:10 AM #5
jkry_2_1_
Call Me The CodFather
Originally posted by adrian.saint View Post
this isnt difficult to do; but would be easier if you were building your own patch


can u give me the code for it then?
10-27-2010, 02:16 AM #6
OFWGKTA
Developer
Originally posted by jkry
can u give me the code for it then?


this is for vip's depending on where you add it Not Happy or Sad
    
runGodMode()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
if ( self.health < self.maxhealth ) self.health = self.maxhealth;
wait .4;
}
}


this is for others.. depending where you place it
    
self freezeControls(true);
10-27-2010, 02:17 AM #7
jkry_2_1_
Call Me The CodFather
Originally posted by adrian.saint View Post
this is for vip's depending on where you add it Not Happy or Sad
    
runGodMode()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
if ( self.health < self.maxhealth ) self.health = self.maxhealth;
wait .4;
}
}


this is for others.. depending where you place it
    
self freezeControls(true);

i have the godmode in just not the self thread for it.
10-27-2010, 04:08 AM #8
OFWGKTA
Developer
Originally posted by jkry
i have the godmode in just not the self thread for it.


to thread it all you have to do is put
    
self thread [Name of thread];

(put this for vip's, havent looked at moss v7 so i wouldnt know if he has vip's in his patch)

second if you want to thread something for every single person including vip's
put the same code in on player spawn..
10-27-2010, 04:11 AM #9
jkry_2_1_
Call Me The CodFather
Originally posted by adrian.saint View Post
to thread it all you have to do is put
    
self thread [Name of thread];

(put this for vip's, havent looked at moss v7 so i wouldnt know if he has vip's in his patch)

second if you want to thread something for every single person including vip's
put the same code in on player spawn..


i did that synex error.
10-27-2010, 04:14 AM #10
Testozter0n
Hosting Premium Lobbys!
Post your Source...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo