19.07.2015, 10:09
Place your all objects under onFilterscriptInIt() and place your all removeed object under onPlayerConnnect like this
Код:
public OnPlayerConnect(playerid) { RemoveBuildingForPlayer(playerid, 1411, 342.9375, 1796.2891, 18.7578, 0.25); return 1; }