Hi
FIRST: I donwloaded the example for insim, I add 1 thing and nothing...
When I edit the Form1 in solution, I add 1 thing and dont take any effect.
See:
I edit it to:
And when I compile with F6 dont take any effect...
Any help?
FIRST: I donwloaded the example for insim, I add 1 thing and nothing...
When I edit the Form1 in solution, I add 1 thing and dont take any effect.
See:
// A new client joined the server.
private void NCN_ClientJoinsHost(Packets.IS_NCN NCN)
{
AddToConnectionsList(NCN); // Update Connections[] list
// Your code here
I edit it to:
// A new client joined the server.
private void NCN_ClientJoinsHost(Packets.IS_NCN NCN)
{
[B]InSim.Send_BTN_CreateButton("^7Welcome to this server!", Flags.ButtonStyles.ISB_LEFT | Flags.ButtonStyles.ISB_DARK | Flags.ButtonStyles.ISB_DARK, 6, 35, 20, 20, 50, NCN.UCID, 40, false)[/B];
AddToConnectionsList(NCN); // Update Connections[] list
// Your code here
And when I compile with F6 dont take any effect...
Any help?