SA-MP Forums Archive
Big hole in world - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Big hole in world (/showthread.php?tid=515567)



Big hole in world - opsec - 26.05.2014

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


Re: Big hole in world - iFiras - 26.05.2014

Some building was removed.
Check your RemoveBuilding functions in OnPlayerConnect.


Re: Big hole in world - opsec - 26.05.2014

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


Re: Big hole in world - PrivatioBoni - 26.05.2014

Control+f:

RemoveBuildingForPlayer


Re: Big hole in world - opsec - 26.05.2014

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;
}


Re: Big hole in world - opsec - 26.05.2014

Help anyone


Re: Big hole in world - Iillminetor1 - 26.05.2014

Just remove the code.


Re: Big hole in world - Abagail - 26.05.2014

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?


Re: Big hole in world - opsec - 26.05.2014

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


Re: Big hole in world - opsec - 26.05.2014

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