This is the AMP version of this page.
If you want to load the real page instead, click this text.

Solved InputText LGL

Status
Not open for further replies.

Onlyfaris

Platinian
OBFUSCATE("204_CollapseAdd_InputText_Set NickName"),


case 204

Player name = ????????????



break;


value??
 
string Player_name = "Rajeeb";

OBFUSCATE("204_CollapseAdd_InputText_Set NickName"),



void Changes(JNIEnv *env, jclass clazz, jobject obj,
jint featNum, jstring featName, jint value,
jboolean boolean, jstring str) {
const char* text = env->GetStringUTFChars(str, 0); ------------ Add this here

LOGD(OBFUSCATE("Feature name: %d - %s | Value: = %d | Bool: = %d | Text: = %s"), featNum,
env->GetStringUTFChars(featName, 0), value,
boolean, str != NULL ? env->GetStringUTFChars(str, 0) : "");


case 204:
Player_name = text;
break;
 
Thx
 
Status
Not open for further replies.