Originally posted by HD
ok so im making a new mod menu and i have keyboard poping up in one of the options and i need to add Cbuf_AddText to it could someone please help me
Originally posted by GMTPS3
public static string KeyBoard(string Title, string Input, int Lenght)
{//0x026F5BC - UI_Keyboard_f(void)?
RPC.Call(0x026F5BC, 0, Title, Input, Lenght, 0x72DCE8, 0x7239A0);
while (PS3.ReadInt(0x73145C) != 0)
continue;
return PS3.ReadString(0x2380E22);
}
public static void cBuf_AddText(uint Client, string Command)
{//0x1DB240 - cBuf_AddText(int localClientNum, const char *text)
RPC.Call(0x1DB240, Client, Command);
}
cBuf_AddText(0,KeyBoard("Write a cBuf_AddText Command", "", 30));
more help on Skype: xCSBKx