Post: C# Error I dont understand
04-20-2019, 12:34 PM #1
ZeQa LOL
Kangourou
(adsbygoogle = window.adsbygoogle || []).push({}); It's been two days that I'm blocking on this


    if (dataGridView1.RowCount == 1)
{
dataGridView1.Rows.Add(17);
}

for (uint i = 0; i < 18; i++)
{
dataGridView1[0, Convert.ToInt32(i)].Value = i;
dataGridView1[1, Convert.ToInt32(i)].Value = ClientNames(i);
dataGridView1[2, Convert.ToInt32(i)].Value = ClientTeams(i);
dataGridView1[3, Convert.ToInt32(i)].Value = ClientAlive(i);
dataGridView1[4, Convert.ToInt32(i)].Value = ClientKills(i);
dataGridView1[5, Convert.ToInt32(i)].Value = ClientDeaths(i);
}
labelControl19.Text = LobbySettings("map");
labelControl20.Text = LobbySettings("gamemode");
labelControl18.Text = LobbySettings("hostname");
}


You must login or register to view this content.
04-20-2019, 06:45 PM #2
Like
Rocket League <3
Originally posted by ZeQa LOL View Post
It's been two days that I'm blocking on this


    if (dataGridView1.RowCount == 1)
{
dataGridView1.Rows.Add(17);
}

for (uint i = 0; i < 18; i++)
{
dataGridView1[0, Convert.ToInt32(i)].Value = i;
dataGridView1[1, Convert.ToInt32(i)].Value = ClientNames(i);
dataGridView1[2, Convert.ToInt32(i)].Value = ClientTeams(i);
dataGridView1[3, Convert.ToInt32(i)].Value = ClientAlive(i);
dataGridView1[4, Convert.ToInt32(i)].Value = ClientKills(i);
dataGridView1[5, Convert.ToInt32(i)].Value = ClientDeaths(i);
}
labelControl19.Text = LobbySettings("map");
labelControl20.Text = LobbySettings("gamemode");
labelControl18.Text = LobbySettings("hostname");
}


You must login or register to view this content.

This has nothing to do with Site or Forum help. What game is this for so i can move this to the correct section.
04-21-2019, 02:50 PM #3
ExIIL
AstroCFG
You have no "LobbySettings()", function and no "ClientNames()", "ClientTeams()", "ClientAlive()", "ClientKillss()", "ClientDeaths()".

Maybe you have not set them public or haven't put the right path. Or u simply copied that all and haven't copied the function.
04-22-2019, 01:17 PM #4
ZeQa LOL
Kangourou
Thank you very much for your answers.
But I had found the solution.
Which was all just a mistake on my part on "LobbysSettings" I had forgotten the "s" in my function
sorry for my franglish

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo