Post: need help with coding C#
07-07-2014, 03:59 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); 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
(adsbygoogle = window.adsbygoogle || []).push({});
07-08-2014, 09:41 AM #2
anyone ?
07-09-2014, 11:02 AM #3
GMTPS3
Do a barrel roll!
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
07-09-2014, 07:28 PM #4
seb5594
Proud Former Admin
Originally posted by HD View Post
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


I moved your thread into the correct section Smile


Originally posted by GMTPS3 View Post
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



Please use
    [/*code] Tags next time :p
[code]example


- seb5594

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo