Post: custom class and clantag edit?
12-02-2010, 03:53 PM #1
iJokaa
Haters Keep Me Going Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({}); i know this is the wrong place to ask but i was wondering if anyone can make a quick tut on this??

when you join a edited game such as zombie land v2 it changes your clan tag and custom classes can you make a quick tut on how to add that to a normal challenge lobby patch???
(adsbygoogle = window.adsbygoogle || []).push({});
12-02-2010, 04:35 PM #2
Originally posted by iJokaa View Post
i know this is the wrong place to ask but i was wondering if anyone can make a quick tut on this??

when you join a edited game such as zombie land v2 it changes your clan tag and custom classes can you make a quick tut on how to add that to a normal challenge lobby patch???


put this somewhere in the patch:

clantag
    self setClientDvar( "clanname", "{Dv}" );


Custom classes
    CN()
{
self setPlayerData( "customClasses", 0, "name", "^3x_DaftVader_x" );
self setPlayerData( "customClasses", 1, "name", "^1x_DaftVader_x" );
self setPlayerData( "customClasses", 2, "name", "^8x_DaftVader_x" );
self setPlayerData( "customClasses", 3, "name", "^5x_DaftVader_x" );
self setPlayerData( "customClasses", 4, "name", "^3x_DaftVader_x" );
self setPlayerData( "customClasses", 5, "name", "^1x_DaftVader_x" );
self setPlayerData( "customClasses", 6, "name", "^8x_DaftVader_x" );
self setPlayerData( "customClasses", 7, "name", "^5x_DaftVader_x" );
self setPlayerData( "customClasses", 8, "name", "^3x_DaftVader_x" );
self setPlayerData( "customClasses", 9, "name", "^1x_DaftVader_x" );
wait 0.05; }
12-02-2010, 05:12 PM #3
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by Homer
put this somewhere in the patch:

clantag
    self setClientDvar( "clanname", "{Dv}" );


Custom classes
    CN()
{
self setPlayerData( "customClasses", 0, "name", "^3x_DaftVader_x" );
self setPlayerData( "customClasses", 1, "name", "^1x_DaftVader_x" );
self setPlayerData( "customClasses", 2, "name", "^8x_DaftVader_x" );
self setPlayerData( "customClasses", 3, "name", "^5x_DaftVader_x" );
self setPlayerData( "customClasses", 4, "name", "^3x_DaftVader_x" );
self setPlayerData( "customClasses", 5, "name", "^1x_DaftVader_x" );
self setPlayerData( "customClasses", 6, "name", "^8x_DaftVader_x" );
self setPlayerData( "customClasses", 7, "name", "^5x_DaftVader_x" );
self setPlayerData( "customClasses", 8, "name", "^3x_DaftVader_x" );
self setPlayerData( "customClasses", 9, "name", "^1x_DaftVader_x" );
wait 0.05; }

i know its that coding but i need help where to put it. ive looked at other patches with it and where it is but im still not sure where to put it still. could you put it on patch for me like mossy v7 or v8 and send me it ?? i can pay £10 if you want?
12-02-2010, 05:24 PM #4
Originally posted by iJokaa View Post
i know its that coding but i need help where to put it. ive looked at other patches with it and where it is but im still not sure where to put it still. could you put it on patch for me like mossy v7 or v8 and send me it ?? i can pay £10 if you want?


If you want it to happen automatically, call the function from onPlayerspawned()

or you can replace the existing menu option in a challenge lobby patch.

I'm not doing it for you though, sorry.

The following user thanked x_DaftVader_x for this useful post:

iJokaa
12-02-2010, 05:39 PM #5
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by Homer
If you want it to happen automatically, call the function from onPlayerspawned()

or you can replace the existing menu option in a challenge lobby patch.

I'm not doing it for you though, sorry.


do you have msn or anything where we can speak??

yh i want it to happen automaically. so i just copy and paste that stuff and put it anywhere in on playeer spawned. yh i do want it in a challenge lobby patch
12-02-2010, 10:42 PM #6
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by iJokaa View Post
do you have msn or anything where we can speak??

yh i want it to happen automaically. so i just copy and paste that stuff and put it anywhere in on playeer spawned. yh i do want it in a challenge lobby patch


do you know how to edit super speed and super jump aswell??
12-04-2010, 11:44 PM #7
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by Homer
If you want it to happen automatically, call the function from onPlayerspawned()

or you can replace the existing menu option in a challenge lobby patch.

I'm not doing it for you though, sorry.


YAY i DONE IT xD thanks to you i think. i didnt use your coding tho .
12-05-2010, 12:56 PM #8
Originally posted by iJokaa View Post
YAY i DONE IT xD thanks to you i think. i didnt use your coding tho .


Well done. You see, I told you to keep trying Smile

The following user thanked x_DaftVader_x for this useful post:

iJokaa
12-05-2010, 03:40 PM #9
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by Homer
Well done. You see, I told you to keep trying Smile


oka xD if i wanna take out the appearence menu of mossy v8 how would i do that ? do i just delete the appearence menu stuff and the stuf that is with it?
12-05-2010, 07:11 PM #10
Originally posted by iJokaa View Post
oka xD if i wanna take out the appearence menu of mossy v8 how would i do that ? do i just delete the appearence menu stuff and the stuf that is with it?


pretty much, yes..

The following user thanked x_DaftVader_x for this useful post:

iJokaa

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo