Hi
I had a problem with one of my buttons. I connected to the server and it said: IS_BTN - invalid dimensions.
this is the code:
if Any one can help me, please post.
Thanks.
[/SIZE]
I had a problem with one of my buttons. I connected to the server and it said: IS_BTN - invalid dimensions.
this is the code:
[SIZE=2][COLOR=#0000ff]
private[/COLOR][/SIZE][SIZE=2][COLOR=#0000ff]void[/COLOR][/SIZE][SIZE=2] NCN([/SIZE][SIZE=2][COLOR=#2b91af]Packets[/COLOR][/SIZE][SIZE=2].[/SIZE][SIZE=2][COLOR=#2b91af]IS_NCN[/COLOR][/SIZE][SIZE=2] NCN)
{
InSim.Send_BTN_CreateButton([/SIZE][SIZE=2][COLOR=#a31515]"^7Cash:"[/COLOR][/SIZE][SIZE=2], [/SIZE][SIZE=2][COLOR=#2b91af]Flags[/COLOR][/SIZE][SIZE=2].[/SIZE][SIZE=2][COLOR=#2b91af]ButtonStyles[/COLOR][/SIZE][SIZE=2].ISB_DARK, 0, 180, 20, 5, 2, NCN.UCID, 1, [/SIZE][SIZE=2][COLOR=#0000ff]false[/COLOR][/SIZE][SIZE=2]);
AddToConnectionsList(NCN); [/SIZE][SIZE=2][COLOR=#008000]// Adds new player to the Connections[] list (don't remove line!)
[/COLOR][/SIZE][SIZE=2][COLOR=#2b91af]Debug[/COLOR][/SIZE][SIZE=2].WriteLine(NCN.UCID.ToString() + [/SIZE][SIZE=2][COLOR=#a31515]" NCN"[/COLOR][/SIZE][SIZE=2]);
}
if Any one can help me, please post.
Thanks.
[/SIZE]