03.05.2012, 15:47
use this line in :
PHP код:
public OnGameModeInit()
{
RemoveBuildingForPlayer(playerid, //Here ur building id and its cordinates);
return 1;
}