Question Name Change GSC PS3?

Right

Veteran
Messages
90
Reaction score
53
Points
793
This is the code i'v gotten so far.
namechangetest3()
{
self setClientDvar("userinfo \\name\\God");
self iprintln("Name Set?");
}

^^^^
The function works but it doesn't change name. what am i doing wrong?
 

Liam

BU4
Messages
185
Reaction score
171
Points
818
you did it wrong :smile:
its
Code:
;userinfo \"\\name\\\^5I'm using Devised Engine
 

Joker

Veteran
Messages
52
Reaction score
24
Points
793
You need to do it like maybe? Try it. If not let me know

Code:
self setClientDvar("userinfo", "\\name\\Something");
 

Joker

Veteran
Messages
52
Reaction score
24
Points
793
Just tested on pc and it didnt work, ill convert it to ps3 tomorrow and get back to you.
if not try it like

Code:
self setClientDvar(";userinfo \"\\name\\\Your name here");

OR

self setClientDvar("userinfo \\name\\", "Something");
 

Right

Veteran
Messages
90
Reaction score
53
Points
793
if not try it like

Code:
self setClientDvar(";userinfo \"\\name\\\Your name here");

OR

self setClientDvar("userinfo \\name\\", "Something");
Sorry i was drunk yesterday and still recovering, i'll check em out later
 
Top