public string RunKeyBoard(int clientIndex, string Title, string PresetText = "", int MaxLength = 20)
{
RPC.Call(0x360F08, new object[] { clientIndex, Title, PresetText, MaxLength, 0, 0xA69320, 0xA6B0F8 });
while (PS3.Extension.ReadInt32(0xA8CCE4) != 0)
{
}
return PS3.Extension.ReadString(0x2990E22);
}
public string RunKeyBoard(int clientIndex, string Title, string PresetText = "", int MaxLength = 20)
{
RPC.Call(0x360F08, new object[] { clientIndex, Title, PresetText, MaxLength, 0, 0xA69320, 0xA6B0F8 });
while (PS3.Extension.ReadInt32(0xA8CCE4) != 0)
{
}
return PS3.Extension.ReadString(0x2990E22);
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.