Big hole in world
#1

Hi there everyone i'm kinda of new to this, but they're is this big hole does anyone know how to fix it? Will be greatly appreciated
Reply
#2

Some building was removed.
Check your RemoveBuilding functions in OnPlayerConnect.
Reply
#3

Can you tell me where it would be. Sorry im new to this,
Reply
#4

Control+f:

RemoveBuildingForPlayer
Reply
#5

Alright what do I do with this now delete it?

for(new i; i < MAX_PLAYERS; i++)
{
if(!IsPlayerConnected(i)) continue;
RemoveBuildingForPlayer(i, modelid, oX, oY, oZ, oRadius);
}
return slot;
}
Reply
#6

Help anyone
Reply
#7

Just remove the code.
Reply
#8

This is either a building removed, or it may even be an issue with your streamer plug-in. Have you tried restarting your server, and the host?
Reply
#9

Quote:
Originally Posted by Abagail
Посмотреть сообщение
This is either a building removed, or it may even be an issue with your streamer plug-in. Have you tried restarting your server, and the host?
I've restarted it and I've re-installed my streamer still no luck and
Reply
#10

Quote:
Originally Posted by Iillminetor1
Посмотреть сообщение
Just remove the code.
I've removed the code still nothing.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)