Try printing out the name:
Server.GetServer().Broadcast(lootstartevent.Entity.Name);
I don't know the entity's name, but It should work once you see It's name.
"String was not in the correct format...."
Remove all the comments from the lines:
Example
; After public vote test, player will receive an amout of X minute(s) for a cooldown, so he can't be spammed with tests
So It throws null because the player didn't load yet?
Easy as this:
public void On_PlayerConnected(Fougerite.Player Player)
{
DataStore.Add("CheckStuff", Player.UID, 1);
}
public void On_PlayerSpawned(Fougerite.Player player)
{
if (DataStore.Get("CheckStuff", player.UID) != null)
{...
So It failes to ping upon connection? Interesting. No idea what could this exactly be, but gonna look into this one too. Other than that, if you open cmd, and type:
ping ipaddresshere
Can you ping It?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.