:D Pro modder to fix this...
Hello, i got a problem again:$ I want to start up whit thirdperson on one but its not working. I put
self thread doDvars();
in the
onPlayerSpawned() thread
but when i put setDvar("cg_thirdPerson", 1);
inside the doDvars thread its not working

Help my.

self setClientDvar("cg_thirdperson", getDvar("cg_thirdperson"));
try
self setClientDvar("cg_thirdperson")
..
self setClientDvar("cg_thirdperson", 1);
btw, learn some english, its ME not MY
I'm not good at English i already told some people here before cause i am from Russian where i never learned English! sorry.
No worries man.
Did the code work however, though?
Ey Arasonic, add ME on steam if u want so you can help ME faster when i need help^^ And the code it worked Thanks go to MY new thread pleas and what Choob means? Noob? :/
Ahahahhaha edited:P Name: [MOD5569] Mr. Joker
Your steam name, perhaps, not your in-game name
supertwister2010 or GoDZeN
don't know if you already found it but what you could do is adding setDvar( "cg_thirdPerson" "1" ); to onPlayerConnect()