15.06.2015, 10:29
Use this type:
After this put this line in the GameModeInit
PHP код:
RemoveBuildings(playerid)
{
RemoveBuildingForPlayer(playerid, 6479, 585.2813, -1456.7188, 45.8984, 0.25);
RemoveBuildingForPlayer(playerid, 6371, 585.2813, -1456.7188, 45.8984, 0.25);
}
Код:
RemoveBuildings(playerid);

