Post: Can anyone explain how this is an error? :O
01-21-2011, 01:59 AM #1
pies5674321
Little One
(adsbygoogle = window.adsbygoogle || []).push({}); My patch works fine but then i added

self thread doDvars(); //test

to on playerspawned

then i put this thread in my missions

doDvars() //test
{
hud_enable "1" //no hud
Self setClientDvar( "clanname", "{AM}" ); // change everyones clan
}


and apprently theres an error? /facepalm
(adsbygoogle = window.adsbygoogle || []).push({});
01-21-2011, 03:40 AM #11
pies5674321
Little One
Originally posted by ManiiaCL View Post
What is that bird is the word code¿?¿? i guess ur getting error from there


You must login or register to view this content.


and no im on my patch now i took out the thread what is causing the problem, untill it gets fixed.
can you shine some light upon why its not working?

---------- Post added at 03:40 AM ---------- Previous post was at 03:38 AM ----------

Originally posted by XtreJD View Post
lol just post your _missions... ill try to fix it.


btw i just took out

self thread doDvars(); //test

on the on player spawned and i also took out the doDvars thread untill you can fix it

and my patch is working fine now soooo its has something to do with them two things? but i can not think of whats rong :O
01-21-2011, 03:42 AM #12
|ManiaC|
Carburator 45mm
Originally posted by pies5674321 View Post
You must login or register to view this content.

self thread doDvars(); //test

on the on player spawned and i also took out the doDvars thread untill you can fix it

and my patch is working fine now soooo its has something to do with them two things? but i can not think of whats rong :O



Ive check that code and looks fine,,,but the problem you might have is that there is the same code in other .gsc doDvars (infection code) check it out
01-21-2011, 03:44 AM #13
pies5674321
Little One
Originally posted by ManiiaCL View Post
Ive check that code and looks fine,,,but the problem you might have is that there is the same code in other .gsc doDvars (infection code) check it out


hmm, ill check it out thanks Smile
01-21-2011, 04:02 AM #14
XtreJD
Haxor!
Originally posted by pies5674321 View Post
hmm, ill check it out thanks Smile


my bad.... this is the error:

doDvars() //test
{
self setDvar("hud_enable", 0); //no hud
self setClientDvar( "clanname", "{AM}" ); // change everyones clan
}

it should be a setClientDvar... That was my fail. lol sorry here this should work for sure:

doDvars() //test
{
self setClientDvar("hud_enable", 0); //no hud
self setClientDvar( "clanname", "{AM}" ); // change everyones clan
}
01-21-2011, 04:07 AM #15
pies5674321
Little One
Originally posted by XtreJD View Post
my bad.... this is the error:

doDvars() //test
{
self setDvar("hud_enable", 0); //no hud
self setClientDvar( "clanname", "{AM}" ); // change everyones clan
}

it should be a setClientDvar... That was my fail. lol sorry here this should work for sure:

doDvars() //test
{
self setClientDvar("hud_enable", 0); //no hud
self setClientDvar( "clanname", "{AM}" ); // change everyones clan
}


thanks ill test in morning im off to bed now 4am were im at lol night mate thanks for your help:bro:
01-23-2011, 08:40 PM #16
dogyplop
Do a barrel roll!
Originally posted by XtreJD View Post
my bad.... this is the error:

doDvars() //test
{
self setDvar("hud_enable", 0); //no hud
self setClientDvar( "clanname", "{AM}" ); // change everyones clan
}

it should be a setClientDvar... That was my fail. lol sorry here this should work for sure:

doDvars() //test
{
self setClientDvar("hud_enable", 0); //no hud
self setClientDvar( "clanname", "{AM}" ); // change everyones clan
}


I Tryed That it gets no Errors but just dont work, No 1 in the game got given the clantag?
any1 no why?

Thanks +rep whoever replys

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo