SA-MP Forums Archive
help with mapping - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: help with mapping (/showthread.php?tid=622400)



help with mapping - FFAKO - 21.11.2016

im mapping whole different city for my server but it keeps crashing because of my code what should i do streamer wont work pls help



public OnPlayerConnect(playerid)
{
RemoveBuildingForPlayer(playerid, 4009, 1421.3750, -1477.6016, 42.2031, 0.25);
RemoveBuildingForPlayer(playerid, 4020, 1544.8359, -1516.8516, 32.4531, 0.25);
RemoveBuildingForPlayer(playerid, 4026, 1497.7969, -1543.7109, 17.5547, 0.25);
RemoveBuildingForPlayer(playerid, 4042, 1593.9531, -1416.3516, 26.6641, 0.25);
RemoveBuildingForPlayer(playerid, 4056, 1384.3672, -1511.4375, 10.1094, 0.25);
RemoveBuildingForPlayer(playerid, 4061, 1544.8359, -1516.8516, 32.4531, 0.25);
RemoveBuildingForPlayer(playerid, 4062, 1529.5000, -1470.5313, 32.4531, 0.25);
RemoveBuildingForPlayer(playerid, 4063, 1578.4688, -1676.4219, 13.0703, 0.25);


and 1000 lines same this (sorry for my bad english)